Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Mar 24, 2024
1 parent 136c7e7 commit 0309ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_cism(
@pytest.mark.parametrize("examinees", [100])
@pytest.mark.parametrize("test_size", [30])
@pytest.mark.parametrize("bank_size", [500])
@pytest.mark.parametrize("logistic_model", ["4PL"])
@pytest.mark.parametrize("logistic_model", [irt.NumParams.PL4])
@pytest.mark.parametrize(
"initializer",
[
Expand Down

0 comments on commit 0309ec9

Please sign in to comment.