Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Nov 14, 2024
1 parent ddd04ab commit ee4e737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_TaskMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,9 @@ def test_empy_descriptive_stat_in_new_datasets(task: AbsTask):
return

if task.metadata.name in exceptions:
assert task.metadata.descriptive_stats is None, f"Dataset {task.metadata.name} should not have descriptive stats"
assert (
task.metadata.descriptive_stats is None
), f"Dataset {task.metadata.name} should not have descriptive stats"
else:
assert (
task.metadata.descriptive_stats is not None
Expand Down

0 comments on commit ee4e737

Please sign in to comment.