-
Notifications
You must be signed in to change notification settings - Fork 823
On loading the same XTC offset in parallel #3375
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
50ed3ad
Set up CI with Azure Pipelines
yuxuanzhuang 582bd10
merge to develop
yuxuanzhuang 2779f91
Merge branch 'MDAnalysis-develop' into develop
yuxuanzhuang 8edcbdd
Merge remote-tracking branch 'mda_origin/develop' into develop
yuxuanzhuang bcdd917
use fastener file locker
yuxuanzhuang cdfc901
recover azure
yuxuanzhuang 0db6651
fastener requirement
yuxuanzhuang 8d6b767
change lock file func
yuxuanzhuang a27be21
add valueerror check for offset
yuxuanzhuang 1f5f192
add fasteners dep to github ci
yuxuanzhuang 86e6e3d
documents for file lock
yuxuanzhuang 9440a19
use context manager filelock
yuxuanzhuang e8b60ce
Merge remote-tracking branch 'mda_origin/develop' into offset_hold
yuxuanzhuang bd5a9b0
filelock changelog
yuxuanzhuang b9f161f
add versionchanged for filelock
yuxuanzhuang 4599500
check lock file permission
yuxuanzhuang 1a6129d
add test
yuxuanzhuang 35c88bf
ignore lock file
yuxuanzhuang 7a717ba
Merge remote-tracking branch 'mda_origin/develop' into offset_hold
yuxuanzhuang 4fd183b
move changelog to 2.1.0
yuxuanzhuang acde1a6
remove tmp lock file creation
yuxuanzhuang d1540df
period
yuxuanzhuang c42c12c
test assert
yuxuanzhuang f4aded1
init filelock
yuxuanzhuang c093ccd
merge to develop
yuxuanzhuang 7ea02bb
test offset ioerror
yuxuanzhuang 4f76103
merge to develop
yuxuanzhuang e3e4571
add comments to racing test
yuxuanzhuang 411bc99
fix race condition
yuxuanzhuang 03bf805
addressed my comments
orbeckst 53b6a3b
add fasteners to GitHub actions for CI
orbeckst 4af0ca8
sorted requirements.txt alphabetically
orbeckst b93e5bf
update/fix CHANGELOG for PR #3375
orbeckst 3cc489a
Merge branch 'develop' into offset_hold
orbeckst 02e15c4
Merge branch 'develop' into offset_hold
orbeckst cec7d6b
use apply_async
yuxuanzhuang a132983
Merge branch 'develop' into offset_hold
orbeckst 70f303b
Merge branch 'develop' into offset_hold
IAlibay 7a2e30b
Add fasteners to env file for docs build
IAlibay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,3 +50,4 @@ benchmarks/results | |
| *~ | ||
| .idea | ||
| .vscode | ||
| *.lock | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ dependencies: | |
| - chemfiles>=0.10 | ||
| - codecov | ||
| - cython | ||
| - fasteners | ||
| - griddataformats | ||
| - gsd | ||
| - h5py | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| biopython | ||
| codecov | ||
| cython | ||
| fasteners | ||
| griddataformats | ||
| gsd | ||
| hypothesis | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.