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 bbc97e4 commit 82ecd51Copy full SHA for 82ecd51
tests/test_floss.py
@@ -92,7 +92,7 @@ def naive_rea(cac, n_regimes, L, excl_factor):
92
return np.array(loc_regimes, dtype=np.int64)
93
94
95
-test_data = [(np.random.randint(0, 50, size=50, dtype=np.int64))]
+test_data = [np.random.randint(0, 50, size=50, dtype=np.int64)]
96
97
substitution_locations = [(slice(0, 0), 0, -1, slice(1, 3), [0, 3])]
98
substitution_values = [np.nan, np.inf]
0 commit comments