-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add files via upload #88
Conversation
schema test - Ahneman Science 2018 - HTE entries for ~4000 experiments
Thanks Ben! I'm working on fixing the build_and_test workflow; GitHub seems to be having API issues today. |
A couple comments:
|
No problem! I think the whole site was having issues yesterday. I'll keep these in mind moving forward. For now:
Question: since the build_and_test workflow runs everything do I need to be careful about which packages I am using? |
Yes, I think this would make sense.
Possibly. If you're using packages that are not part of the standard library, you may need to |
experiments for build_and_test
Yeah that makes sense. Unfortunately the notebook also isn't running on my system now. After updating I am getting an import error:
Some googling suggests that this could be a python 3.7 issue. I built my conda env from the rdkit base. What env are you working in? Do you think it would be helpful to include a .yml to set up a conda env for ord? |
Arg. This might depend on your install order (see here). Maybe try following the order from the actions? Take a look here where we are using python 3.7. |
I'm also going to see if I can get rid of that import, since it might cause problems for others. |
Yup |
Ok it looks like the notebook ran properly :). |
There's a bunch of |
Quick tip: you can include multiple files in git commits, and you can also make multiple commits before pushing to GitHub. |
I see what happened here. I pushed from ord-shema which included the build/lib stuff and mistakenly thought that it would only pull the example specified from the initial request. Hopefully it is all squared away now. Thanks for the tip! This has ended up being a much needed git crash course 👍 . |
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.
Please remove the *checkpoint file from the PR.
I've been investigating the slow validation step, and it seems like there might be some bugs related to how you're doing the stock solutions. The actual reason it's taking so long is because you're ending up with a lot of compounds where the only identifier is a name, so the validation script uses the PubChem resolver to get a SMILES. In your final timing loop, I interrupted and inspected the reaction object after the
yields
|
Just to follow-up, I think there are two issues:
Fixing the first issue makes validation very quick |
I see. I did notice these lines in the output:
There it is in the add_solvent function.....
solute not solvent. So that's how long it takes to resolve DMSO ~4000 times. |
Sorry I didn't see your comment above. Gotcha. |
OK, I think this is ready to go in? I'll let you merge in case you want to change anything else before merging. Thanks! |
Hey Ben, can you check that actions are enabled on your repository so the colab badge updater will run? They should be on by default, but I don't see actions listed on the "Actions" tab for your repo. |
Yup, workflows were disabled. Should be all good now! |
Everything looks good to me. I am seeing that it can be automatically merged but no option to merge. |
Thanks; I'm going to try to trigger the action to get the badges in the notebook, and then I'll merge. |
schema test - Ahneman Science 2018 - HTE entries for ~4000 experiments entered via csv file