You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests/test_interval.py we currently only test for scoringrules.weighted_interval_score but not for scoringrules.interval_score. Furthermore, only the default (numba) backend is currently tested. When making sure that other backends are tested, tests fail due to incompatible shapes.
The text was updated successfully, but these errors were encountered:
In
tests/test_interval.py
we currently only test forscoringrules.weighted_interval_score
but not forscoringrules.interval_score
. Furthermore, only the default (numba) backend is currently tested. When making sure that other backends are tested, tests fail due to incompatible shapes.The text was updated successfully, but these errors were encountered: