Skip to content

Commit c4097e9

Browse files
committed
bug fix in benchmarks
1 parent 71a69f8 commit c4097e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/test_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_benchmark_augmentation() -> None:
5050
("test1", "marginal_distributions", {}),
5151
("test2", "dummy_sampler", {}),
5252
],
53-
GenericDataLoader(X, fairness_column=["sex"]),
53+
GenericDataLoader(X, fairness_column="sex"),
5454
metrics={
5555
"performance": [
5656
"linear_model_augmentation",

0 commit comments

Comments
 (0)