We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying the example run_sampler.py, i found two attributes that are not declared in the swapper class: swapper.work_add swapper.work_rm
run_sampler.py won't compile due to this issue. This attributes are also present in NCMC Work Calculation.ipynb and SaltSwap Demo.ipynb. Thanks
The text was updated successfully, but these errors were encountered:
@gregoryross : Do you happen to know what happened here? Is it possible not everything was checked in, or this code was on another branch?
Sorry, something went wrong.
@gregoryross : These appear in the calc_gradients branch, which is 13 commits ahead of master:
calc_gradients
master
https://github.com/choderalab/saltswap/blob/calc_gradients/saltswap/swapper.py
Is it possible you meant to merge those changes into master?
No branches or pull requests
Trying the example run_sampler.py, i found two attributes that are not declared in the swapper class:
swapper.work_add
swapper.work_rm
run_sampler.py won't compile due to this issue.
This attributes are also present in NCMC Work Calculation.ipynb and SaltSwap Demo.ipynb.
Thanks
The text was updated successfully, but these errors were encountered: