avaframe / AvaFrame

https://avaframe.org
European Union Public License 1.2
16 stars 2 forks source link

deepdiff changed their returns from 7.0.1 to 8.0.1 #1019

Closed fso42 closed 1 month ago

fso42 commented 1 month ago

pytests with 7.0.1 (pip install 'deepdiff==7.0.1') work, with 8.0.1 they fail in function _splitDeepDiffValuesChangedItem with a wrong index on the first few checks

See deepdiff changelog for explanation: https://zepworks.com/deepdiff/current/

(needs threshold_to_diff_deeper=0 to give old values)