Skip to content

Commit effdadc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e193646 commit effdadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/engine/prompt_segmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _predict_one_wsi(
310310
pbar = tqdm.tqdm(
311311
desc=pbar_desc,
312312
leave=True,
313-
total=int(len(self._loader)),
313+
total=len(self._loader),
314314
ncols=80,
315315
ascii=True,
316316
position=0,

0 commit comments

Comments
 (0)