volkamerlab/teachopencadd

T001: Pandas deprecation warnings

mbackenkoehler opened this issue · 1 comments

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.

This issue has disappeared more recently. See here.