-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Race condition when reading speclib from two instances #180
Comments
Try |
To be honest, I also don't know why it is |
@mschwoer Is the issue solved by this command? |
didn't check yet.. |
I think Sander use "a" instead of "r" for a purpose ... I think we should add a readonly kwargs to the HDF reader |
there is already a
|
I would agree this solution
|
Describe the bug
When two alphaDIA instance access the same speclib file (for reading) in the same instance of time, alphabase throws an error (see below).
Expected behavior
No error, as the file is just opened for reading in this cases
I think the problem is that files are opened for 'a' here (
hdf.py
)Logs
The text was updated successfully, but these errors were encountered: