Skip to content

Commit c62cae1

Browse files
committed
remove redundant code in multivariate dss
1 parent c1c0cee commit c62cae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scoringrules/_dss.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def dssmv_ensemble(
100100
score: Array
101101
The computed Dawid-Sebastiani Score.
102102
"""
103-
backend = backend if backend is not None else backends._active
104103
obs, fct = multivariate_array_check(obs, fct, m_axis, v_axis, backend=backend)
105104

106105
if backend == "numba":

0 commit comments

Comments
 (0)