Skip to content

Commit

Permalink
Update assertions in test
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
IlhaH and coderabbitai[bot] authored Jul 18, 2024
1 parent 22be7bf commit 835016c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,5 @@ def test_multi2_fit():
)
model = POEMultipleSNP2(n_repeats=10)
model.fit(data["phenotypes"], data["genotypes"], seed=2021)
assert model is not None, "Model fitting failed"
assert isinstance(model, POEMultipleSNP2), "Model type is incorrect"

0 comments on commit 835016c

Please sign in to comment.