-
Notifications
You must be signed in to change notification settings - Fork 11
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
developing back end run methods #216
Merged
Merged
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e71456d
developing back end run methods
cadeduckworth 6c67ec1
condensed backend run methods
cadeduckworth 7bcdf49
Addressed change requests by Oliver
cadeduckworth a87cb11
fixed indentation error for _single_frame() block
cadeduckworth 7edde0d
reverting previous tab issue, necessary for normal function
cadeduckworth 48016c5
fixed errors previously reverted for testing
cadeduckworth 59c819c
Merge branch 'develop' into ensemble_run_update
cadeduckworth fb58f27
doc string format/syntax issue
cadeduckworth 1f7f2d1
checkout from alt repository
cadeduckworth 179603f
changed base class function definitions from pass to raise NotImpleme…
cadeduckworth 46d3cf2
Merge branch 'ensemble_run_update' of github.com:Becksteinlab/MDPOW i…
cadeduckworth f47c806
adding preliminary test for try-except pattern addition to backend ru…
cadeduckworth 5e02322
removed # pragma: no cover from _single_frame() and _single_universe()
cadeduckworth 2fc9135
changed dihedral atom group selection strings in test_dihedral.py to …
cadeduckworth 37cd1d7
changed dihedral atom group selection order in test_dataframe to matc…
cadeduckworth 0dc7e32
several changes and updates to test_dihedral.py, resulting in passing…
cadeduckworth a0de2d9
relocating test to external branch, 214_dihedral issue
cadeduckworth 273c1af
moved raise NotImplementedError test for _single_universe() for Dihed…
cadeduckworth 8212d11
Merge remote-tracking branch 'origin/214_dihedralanalysis-test-issues…
cadeduckworth 653210e
added explicit backend run method tests for EnsembleAnalysis
cadeduckworth 7eff11f
test_dihedral.py reflects same changes as PR#218
cadeduckworth 67261cb
Merge branch 'develop' into ensemble_run_update
orbeckst 2f63c3a
Merge branch 'develop' into ensemble_run_update
orbeckst ce02b3b
Merge branch 'develop' into ensemble_run_update
orbeckst cf4bd40
updated source and html docs and CHANGELOG to reflect changes made fo…
cadeduckworth f45fc6b
merge with origin changes
cadeduckworth 1a90ed8
split EnsembleAnalysis run method test, one test for _single_frame, o…
cadeduckworth 7054bb5
minor change to run method tests for proper use of example EnsembleAn…
cadeduckworth 19f7c84
added and corrected use of sphinx markup for documentation, edited ve…
cadeduckworth 40381aa
changes to docs for sphinx markup
cadeduckworth 8870e39
whitespace and docstring formatting
cadeduckworth 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
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.
add markup