Closed jiangtong1000 closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
7a99b86
) 85.26% compared to head (a6e4269
) 85.27%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
LGTM, thanks!
Starting from
numpy==1.24.0
, the occurrence of theVisibleDeprecationWarning
when trying to save a list of lists with varying lengths has been rectified, resulting in aValueError
instead. So I made some changes here.