Skip to content

Commit

Permalink
removed pytest command from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuld committed Jan 19, 2025
1 parent 39668ca commit b3af64a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/datasets/test_substation.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,4 @@ def test_extract(self, tmp_path: Path) -> None:
timepoint_aggregation='median',
num_of_timepoints=4,
root=tmp_path,
)


if __name__ == '__main__':
pytest.main([__file__])
)

0 comments on commit b3af64a

Please sign in to comment.