Skip to content

fix failing develop pipe / (conflicting numba-pandas)

Peter Lünenschloß requested to merge mergeZScoringMethods into develop
  • Unfortunately the (approved) merge of "mergeZScoringMethods" caused develop pipeline to fail.
  • This is due to pandas.rolling throwing a deprecation warning when running with numba engine and new numba version 0.57.0
  • downgrading numba to previous versions however yields other conflicts down the line (numpy)
  • this fix MR just deactivates numba jitting for rolling window application in table mode (only affects flagZScoring in multivariat mode with axis=1), until pandas adjusts to numbas deprecation warning

Merge request reports