Skip to content

Commit c40f58f

Browse files
committed
update tqdm to tqdm.auto
1 parent 707bc75 commit c40f58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensordiffeq/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .output import print_screen
88
import time
99
import os
10-
from tqdm import tqdm, trange
10+
from tqdm.auto import tqdm, trange
1111
from random import random, randint
1212
import sys
1313

0 commit comments

Comments
 (0)