Skip to content

Commit 5160151

Browse files
committed
Turn off progress description for now
1 parent 3712e14 commit 5160151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/SynthBN/scripts/sample_trajectories_biodivine.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Progress.foreachprogress(
1919
all_params,
2020
pbar;
2121
parallel = true,
22-
description = "Collecting trajectories",
22+
# description = "Collecting trajectories",
2323
) do params
2424
@produce_or_load(params, path = datadir("sims", "biodivine_trajectories"),) do params
2525
@unpack id, n_trajectories, iterations = params

0 commit comments

Comments
 (0)