Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
BatyLeo committed Nov 7, 2024
1 parent 37c936e commit 4f83cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subset_selection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@test String(take!(io)) == "SubsetSelectionBenchmark(n=25, k=5)"

dataset = generate_dataset(b, 50)
dataset2 = generate_dataset(b, 50; identity_mappinf=false)
dataset2 = generate_dataset(b, 50; identity_mapping=false)
model = generate_statistical_model(b)
maximizer = generate_maximizer(b)

Expand Down

0 comments on commit 4f83cbd

Please sign in to comment.