H Bond count_by_time gives a dtype error when analysis was run with a FrameIterator #5081
Unanswered
capritchard
asked this question in
Q&A
Replies: 1 comment
-
What you're proposing should have work (at least give our docs for run()). This looks like a bug. Can you please raise an issue in the issue tracker? Ideally include an example that makes use of the test files, e.g., using the test files from MDAnalysisTests.datafiles import waterPSF, waterDCD
u = mda.Universe(waterPSF, waterDCD) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MD Analysts,
I have conducted an H bond analysis on a part of my trajectory using a
FrameIterator
to select the frames I wanted:This produces the error:
I do not get this error if I run the analysis on the entire trajectory [ie
hbonds_1.run()
], so I guess the issue comes from using aFrameIterator
. Does anyone have any ideas on how to fix this? Thanks!Beta Was this translation helpful? Give feedback.
All reactions