-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue with cookbook/choose_protocol.ipynb #138
Comments
the eq operator should be working fine, but it won't give you details on why. This was caused by us updating the default openff FF version, I've fixed this in #99 |
tl;dr there was an issue with the FF version, but also with things like |
mikemhenry
added a commit
that referenced
this issue
May 2, 2024
* spruce up CI * now test the rc * Fix choose_protocol.ipynb * Duplicate openmm_rbfe/OpenFE_showcase_1_RBFE_of_T4lysozyme.ipynb history in showcase/openfe_showcase.ipynb history. * shave and a haircut - 2 bits * Fix showcase tutorial (#101) * fix showcase notebook * small fixes * added some stuff from hannah pr * update ligand_networks_for_developers.ipynb for 1.0rc0 * update benchmark_demo.ipynb for 1.0rc0 * first stab at changing examples to tyk2 * more switches to tyk2 * Add TYK2 image, remove T4L references * Remove output * Remove atom mapping CLI stuff * show options atom mappers and ligand networks * more notebook changes * Add tyk2 figure and logo * more changes showcase notebook * Adress review comments * Addressing review comments * fix mapping * transformation inputs as bullet points * see if python 3.10 works * lets see which python versions will work * rerun ci * update url for showcase installer * unpin python version in env * remove cell merged in by mistake * see issue #138 * some small fixes for google colab * just test on python 3.10 * pull down inputs for showcase * drop osx for now * put inputs in correct location * updated with results, see issue #141 * skip running nbval on openfe gather cells at the end * fix url for download * update manual spec of default settings for openff bump this is now 2.1.1 in 1.0 of openfe * use fetch results for demoing gather * use fetch to pull in inputs * we can run more cells in CI, also added a note about it being a single edige * fix Analysis typo * pulled down wrong inputs * Added a hack for google colab --------- Co-authored-by: hannahbaumann <hbaumann@uci.edu> Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com> Co-authored-by: richard gowers <richardjgowers@gmail.com> Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
Closed
This PR #156 will re-enable the assertion check (which is handy to check if our default settings change) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure of we need to define an
__eq__
or something to make the assert more helpful, but right now it is hard to tell what is wrong (or even if there is a difference)I could write a bit of python to loop through both objects, but for the sake of getting our new showcase out the door, I will just comment out this cell.
The text was updated successfully, but these errors were encountered: