Skip to content

Commit

Permalink
Adjust test to new dataset definition (to include age)
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Dec 7, 2024
1 parent f1ad2fc commit 2178c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afqinsight/tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def test_from_study(study):
"n_subjects": 48,
"n_features": 4000,
"n_groups": 40,
"target_cols": ["class"],
"target_cols": ["class", "age"],
},
"weston-havens": {
"n_subjects": 77,
Expand Down

0 comments on commit 2178c22

Please sign in to comment.