Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Jun 12, 2019
1 parent e9de0a6 commit d779de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delira/data_loading/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def num_batches(self):
number of batches
"""
if isinstance(self._augmenter, MultiThreadedAugmenter):
return self._augmenter.generator.num_batches # * self.num_processes
return self._augmenter.generator.num_batches

return self._augmenter.data_loader.num_batches

Expand Down

0 comments on commit d779de6

Please sign in to comment.