volkamerlab / teachopencadd

TeachOpenCADD: a teaching platform for computer-aided drug design (CADD) using open source packages and data
https://projects.volkamerlab.org/teachopencadd
Creative Commons Attribution 4.0 International
713 stars 197 forks source link

Fixing pytest nbval fails #332

Closed mbackenkoehler closed 1 year ago

mbackenkoehler commented 1 year ago

The output checks fail, because in the new pandas version, the output is formatted slightly different.

EDIT by @dominiquesydow: See more details in issue https://github.com/volkamerlab/teachopencadd/issues/329

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

mbackenkoehler commented 1 year ago

Just marked as ready, to get the CI to run.

mbackenkoehler commented 1 year ago

Some outputs do not render correctly in T018 anymore. See #334

dominiquesydow commented 1 year ago

@mbackenkoehler, I am not sure but maybe the new pandas version 2.0.0 does not play well with rdkit's PandasTools module and that is why we do not see the molecule images anymore?