Skip to content

Commit f747257

Browse files
author
sfluegel
committed
fix: test for consistency across runs did validate the same run twice
1 parent 0584345 commit f747257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testChebiDynamicDataSplits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def testDynamicDataSplitsConsistency(self):
2525
# Dynamic Data Splits in Run 1
2626
train_hash_1, val_hash_1, test_hash_1 = self._get_hashed_splits()
2727

28+
self.chebi_50_v231.dynamic_df_train = None
2829
# Dynamic Data Splits in Run 2
2930
train_hash_2, val_hash_2, test_hash_2 = self._get_hashed_splits()
3031

0 commit comments

Comments
 (0)