Skip to content

Commit b0c5d1c

Browse files
author
Frankie Robertson
committed
Make benchmark use old FittedItemBanks interface
1 parent bd53662 commit b0c5d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SUITE["next_item_rules"] = BenchmarkGroup()
2121
#prepare_0(ability_estimator)
2222
function prepare_4pls(group)
2323
rng = Xoshiro(42)
24-
(; item_bank, abilities, responses) = dummy_full(
24+
(item_bank, abilities, responses) = dummy_full(
2525
rng,
2626
SimpleItemBankSpec(StdModel4PL(), OneDimContinuousDomain(), BooleanResponse());
2727
num_questions = 20,

0 commit comments

Comments
 (0)