Skip to content
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

alchemical analysis crashes when calc-lambda-neighbors=1 #183

Closed
wesbarnett opened this issue Apr 22, 2015 · 2 comments
Closed

alchemical analysis crashes when calc-lambda-neighbors=1 #183

wesbarnett opened this issue Apr 22, 2015 · 2 comments

Comments

@wesbarnett
Copy link

If the user performs a simulation with calc-lambda-neighbors = 1, the script correctly detects that it can't do MBAR, but will attempt to calculate using other methods. But, it crashes when trying to do the following in slice_data:

u_klt[state, s1:s2, :nsnapshots[state]] = P.beta * ( data[r1:r2, :] + data[-1,:] )

The full error is here.

@davidlmobley
Copy link

We've moved this to https://github.com/mobleylab/alchemical-analysis and hopefully will have a fix there. We decided the workflow would be easier going forwards if alchemical-analysis is separated from pymbar. Thanks for your input and hopefully we'll have a fix soon (or submit a Pull Request there if you have one).

@davidlmobley
Copy link

We believe this was fixed by MobleyLab/alchemical-analysis#12. This issue can be closed and any further issues relating to this can be on the alchemical-analysis GitHub site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants