Skip to content

Commit

Permalink
fixed progressbar termination
Browse files Browse the repository at this point in the history
  • Loading branch information
YAY-C committed May 2, 2024
1 parent 0e402aa commit 5dbcb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qstack/spahm/rho/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def build_reaction(reacts_file, prods_file, local=False, print_level=0, summ=Tru
XP = np.squeeze(XP)
if diff : rxn = XP - XR
else: rxn = (XR, XP)
if print_level > 0 : progress.finish()
return rxn

def regroup_symbols(file_list, print_level=0):
Expand Down

0 comments on commit 5dbcb5c

Please sign in to comment.