Open djgroen opened 1 year ago
This test broke due to changes in python pandas. When someone has time, it should be debugged :).
Line 95 seems to be the culprit. Vytas recommends "import pdb; pdb.set_trace()" to check the dataframe there.
Fixed in a commit to code_scanning_alerts
This test broke due to changes in python pandas. When someone has time, it should be debugged :).
Line 95 seems to be the culprit. Vytas recommends "import pdb; pdb.set_trace()" to check the dataframe there.