Skip to content

Commit

Permalink
change tqm desc
Browse files Browse the repository at this point in the history
  • Loading branch information
awohns committed Feb 28, 2020
1 parent fdfc615 commit fd9a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdate/date.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def fill_prior(distr_parameters, timepoints, ts, nodes_to_date, prior_distr,
else:
raise ValueError("prior distribution must be lognorm or gamma")

for node in tqdm(nodes_to_date, desc="Assign prior to each node",
for node in tqdm(nodes_to_date, desc="Assign Prior to Each Node",
disable=not progress):
prior_node = cdf_func(timepoints, main_param[node], scale=scale_param[node])
# force age to be less than max value
Expand Down

0 comments on commit fd9a35b

Please sign in to comment.