-
Notifications
You must be signed in to change notification settings - Fork 12
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
Added the capability of loading a single test case for AMBER #71
Merged
xiki-tempula
merged 29 commits into
alchemistry:master
from
DrDomenicoMarson:add-amber-mbar-none-non-finished
Oct 16, 2022
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c2a4f6a
added new test files and single file load capabil
DrDomenicoMarson 61f5288
removed .out not compressed file
DrDomenicoMarson 819b2ad
created the load_testfile function
DrDomenicoMarson 423c13c
fixed to comply to sphinx
DrDomenicoMarson 7ec895a
compressed
DrDomenicoMarson 5de020b
Merge branch 'master' into add-amber-mbar-none-non-finished
orbeckst 6cb3792
Merge branch 'master' into add-amber-mbar-none-non-finished
orbeckst be6b856
load_testfile now is compliant with the directives
DrDomenicoMarson 98b8d4e
Merge branch 'add-amber-mbar-none-non-finished' of github.com:DrDomen…
DrDomenicoMarson ea8f255
fixed a bug in retriving file name
DrDomenicoMarson c761bf1
reintroduced invalidfiles
DrDomenicoMarson 8957129
updated the docs
DrDomenicoMarson 32a1094
Update src/alchemtest/amber/access.py
DrDomenicoMarson 28b3611
Update src/alchemtest/amber/testfiles/descr.rst
DrDomenicoMarson 9b52b56
load_invalidfiles now load files from testfiles
DrDomenicoMarson 43c8584
issue a DeprecationWarning in load_invalidfiles
DrDomenicoMarson 32e7e9f
edited docstring of load_testfiles
DrDomenicoMarson 67cb793
made the filename extraction more robust
DrDomenicoMarson 4a1f11d
fixed the tests for the new function
DrDomenicoMarson 02464ef
fixed load_invalidfiles to pass the tests
DrDomenicoMarson 6ba30d0
Merge branch 'master' into add-amber-mbar-none-non-finished
xiki-tempula 7add57e
got rid of (glob, join, dirname) using Path
DrDomenicoMarson ee0bd39
got rid of listdir
DrDomenicoMarson 0abec73
Merge branch 'add-amber-mbar-none-non-finished' of github.com:DrDomen…
DrDomenicoMarson e9d32cc
removed a debugging print
DrDomenicoMarson b50d98b
added 'out' and 'tar' as possible suffixes
DrDomenicoMarson 958edbe
Merge branch 'master' into add-amber-mbar-none-non-finished
orbeckst ec32c47
removed auto key generation
DrDomenicoMarson f711a06
changed extension
DrDomenicoMarson 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 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 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 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 was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the start of the function, issue a DeprecationWarning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!