Skip to content

Commit

Permalink
Correctly use tqdm auto in scorer
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jun 26, 2024
1 parent f695ec0 commit 17d4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpcp/validate/_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import numpy as np
from joblib import Parallel
from tqdm import tqdm
from tqdm.auto import tqdm
from typing_extensions import Protocol

from tpcp import NOTHING
Expand Down

0 comments on commit 17d4860

Please sign in to comment.