We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6489cb9 commit 43847fdCopy full SHA for 43847fd
openlayer/validators/commit_validators.py
@@ -391,7 +391,7 @@ def _get_sample_input_data(self) -> Optional[pd.DataFrame]:
391
)
392
if validation_dataset_df is not None:
393
sample_data = validation_dataset_df[
394
- self.validation_dataset_config["textColumnName"]
+ [self.validation_dataset_config["textColumnName"]]
395
].head()
396
397
return sample_data
0 commit comments