T001: Pandas deprecation warnings
mbackenkoehler opened this issue · 1 comments
mbackenkoehler commented
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
This issue has disappeared more recently. See here.