Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
schobbejak committed Dec 27, 2024
1 parent 2a68cfc commit 342b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epochlib/data/pipeline_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def setup_pipeline(self, *, use_augmentations: bool) -> None:
:param use_augmentations: Whether to use augmentations while passing data through pipeline
"""
self._enabled_steps = []
self._enabled_steps: list[TrainingBlock] = []

if self.steps is not None:
for step in self.steps:
Expand Down

0 comments on commit 342b99e

Please sign in to comment.