Skip to content

Commit 8c97b58

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Fix typo in CommitBundleValidator
1 parent 7e54385 commit 8c97b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlayer/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _validate_bundle_resources(self):
221221
if "validation" in self._bundle_resources and not self._skip_dataset_validation:
222222
validation_set_validator = DatasetValidator(
223223
dataset_config_file_path=f"{self.bundle_path}/validation/dataset_config.yaml",
224-
dataset_file_path=f"{self.bundle_path}/training/dataset.csv",
224+
dataset_file_path=f"{self.bundle_path}/validation/dataset.csv",
225225
)
226226
bundle_resources_failed_validations.extend(
227227
validation_set_validator.validate()

0 commit comments

Comments
 (0)