-
Notifications
You must be signed in to change notification settings - Fork 7
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
test core_def_all_beads added. [Issue #27] #31
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3e9a08f
test core_def_all_bedas added.
ba2ace4
Function def_all_beads changed to select PO4 beads only.
54a3da1
Added datafiles for testing in small, med and big toy model systems.
f2b35d7
Tests added for small med big systems
d9ca9af
Added xfail for non sequential indexes in leaflets.
c7f3276
pep8 fixed
0561449
Test files of small system with 9 lipids
1a08caa
Test of small system added. core_fast, core_fast_leaflet and test_all…
cee1883
Temporarily removed med and big files
f5adf5e
minor changes
59bc610
minor changes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Test file 10 lipids in grid with indexes inverted. Correct form is: Index 1 belongs to lower leaflet and index 10 belong to upper leaflet. | ||
10 | ||
3000POPE PO4 1 0.639 1.402 12.078 | ||
2054POPC PO4 2 0.704 2.229 15.981 | ||
2298POPE PO4 3 0.956 1.559 16.059 | ||
2337POPE PO4 4 0.707 0.736 15.711 | ||
2622POPC PO4 5 1.451 0.382 11.752 | ||
2702POPC PO4 6 0.081 0.610 11.835 | ||
2708POPC PO4 7 0.678 2.233 11.825 | ||
2713POPC PO4 8 0.988 0.554 11.838 | ||
2999POPE PO4 9 1.371 1.989 12.027 | ||
1923POPC PO4 10 1.361 0.630 16.101 | ||
2.60167 2.60167 32.07157 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Test file 9 lipids in grid | ||
9 | ||
1923POPC PO4 1 0.000 0.000 15.000 | ||
2054POPC PO4 2 1.000 0.000 15.000 | ||
2298POPC PO4 3 2.000 0.000 15.000 | ||
2337POPC PO4 4 0.000 1.000 15.000 | ||
2622POPC PO4 5 1.000 1.000 12.000 | ||
2702POPC PO4 6 2.000 1.000 12.000 | ||
2708POPC PO4 7 0.000 2.000 12.000 | ||
2713POPC PO4 8 1.000 2.000 12.000 | ||
2999POPC PO4 9 2.000 2.000 12.000 | ||
3.00000 3.00000 3.00000 |
Binary file not shown.
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
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.
Do you know about f-strings, @ojeda-e? It might be more readable to do this?
f"resname {lt} and index {head_list[0]} to {head_list[1]} and name PO4"
As a side note, maybe you shouldn't hard-code the name of the bead / atom in in the refactor :)