Skip to content

Commit 82ecd51

Browse files
authored
Fixed black formatting in test_floss.py
1 parent bbc97e4 commit 82ecd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_floss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def naive_rea(cac, n_regimes, L, excl_factor):
9292
return np.array(loc_regimes, dtype=np.int64)
9393

9494

95-
test_data = [(np.random.randint(0, 50, size=50, dtype=np.int64))]
95+
test_data = [np.random.randint(0, 50, size=50, dtype=np.int64)]
9696

9797
substitution_locations = [(slice(0, 0), 0, -1, slice(1, 3), [0, 3])]
9898
substitution_values = [np.nan, np.inf]

0 commit comments

Comments
 (0)