We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e931f72 commit f127713Copy full SHA for f127713
tests/test_energy.py
@@ -29,5 +29,5 @@ def test_energy_score(backend):
29
).T
30
obs = np.array([0.2743836, 0.8146400])
31
res = sr.es_ensemble(obs, fct, backend=backend)
32
- expected = 0.334542 # TODO: test this against scoringRules
+ expected = 0.3345418
33
np.testing.assert_allclose(res, expected, atol=1e-6)
0 commit comments