Skip to content

Commit a385636

Browse files
author
Richard Tran
committed
remove tqdm
1 parent 0ed2fe9 commit a385636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/ht_screening.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def screen_all_data(stable_rid_dict, pbx_stable_mpids, all_activity,
5252
activity_dict_ooh = {}
5353
rate_determining_step = {}
5454

55-
for mpid in tqdm(stable_rid_dict.keys()):
55+
for mpid in stable_rid_dict.keys():
5656
activity_dict[mpid] = []
5757
activity_dict_ooh[mpid] = []
5858
rate_determining_step[mpid] = []

0 commit comments

Comments
 (0)