Examples helper review | JM – Turns out we can put nbval skip directives outside of visible text in notebooks. JM – Also, we can use --nbval instead of --nbval-lax to do output comparisons, and actually ensure that the notebook cells produce the same output in tests. This won’t be caught up by RDKit/OE differences because we can use more fine-grained nbval directives on a greater number of cells because now we can hide them. How do we keep openff-toolkit from being a dependency in examples/environment.yaml ? We will remove openff-toolkit from examples/environment.yml , and rename it to additional_dependencies.yaml (or something that communicates that users need to install openff-toolkit themselves)
|