Skip to content

Commit

Permalink
try to add a test that failed on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ecorreig committed Nov 17, 2024
1 parent e825dfe commit b3f8f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_mmsbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def test_prediction_matrix(fit_and_predict):
assert fit_and_predict.sum() == pytest.approx(RATING_NUM, 0.01)


# This works locally but fails in travis (FIXME)
# @pytest.mark.skip
def test_cv_fit():
accuracies = cv_fit_model()

Expand Down

0 comments on commit b3f8f26

Please sign in to comment.