Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Jul 8, 2024
1 parent 20ea559 commit 63329df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_linear_model_multi_cond_fit_simple():
reference="a",
assert_site_integrity=False,
)
assert np.all(data.bundle_idxs["a"] is False)
assert np.all([not bi for bi in list(data.bundle_idxs["a"])])
model = multidms.Model(data, multidms.biophysical.identity_activation, PRNGKey=23)
model.fit(maxiter=2, warn_unconverged=False)

Expand Down

0 comments on commit 63329df

Please sign in to comment.