Closed YannCabanes closed 1 year ago
Patch coverage: 99.46%
and project coverage change: +0.10%
:tada:
Comparison is base (
cac29f5
) 92.79% compared to head (78517d9
) 92.90%.:exclamation: Current head 78517d9 differs from pull request most recent head 7622481. Consider uploading reports for the commit 7622481 to get more accurate results
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In the functions of the folder
tslearn/metrics
supporting the backend optional input parameterbe
, cast the input data to the backend option when possible (usingbe.array
). Test the functions of the filetest_metrics.py
for different input data types (list, numpy, pytorch) and different backend options (numpy, pytorch, None). Two nestedfor
loops are used.Therefore the following generic metric function is tested for different input data types and backend options: