Skip to content
Snippets Groups Projects
Commit e7a1f11e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[tests/test_montgomery] Fix fold names

parent 51e2e13e
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
Pipeline #76714 canceled
......@@ -96,14 +96,14 @@ def test_protocol_consistency():
# Cross-validation fold 0-7
for k in range(8):
_check_split(
f"fold_{k}.json",
f"fold-{k}.json",
lengths=dict(train=99, validation=25, test=14),
)
# Cross-validation fold 8-9
for k in range(8, 10):
_check_split(
f"fold_{k}.json",
f"fold-{k}.json",
lengths=dict(train=100, validation=25, test=13),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment