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

Commit

Permalink
PEP-8 Auto-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis AutoPEP8 Fixes committed Jun 12, 2019
1 parent 8d7dd47 commit c4cc60c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delira/training/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def predict_data_mgr(self, datamgr, batchsize=None, metrics={},

n_batches = batchgen.num_batches


if verbose:
iterable = tqdm(enumerate(batchgen), unit=' sample',
total=n_batches, desc=self._tqdm_desc)
Expand Down

0 comments on commit c4cc60c

Please sign in to comment.