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
756 stars 202 forks source link

T001: Pandas deprecation warnings #405

Open mbackenkoehler opened 10 months ago

mbackenkoehler commented 10 months ago

Talktorial 1 uses the pandas applymap-function which has been deprecated in pandas version 2.1. We either need to fix pandas to <2.1 in devtools/test_env.yml or update the code accordingly.

The deprecation warning causes a test failure.

mbackenkoehler commented 8 months ago

This issue has disappeared more recently. See here.