Skip to content

Commit

Permalink
[dev] sample and save exported data to npz, better progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BanananaFish committed Apr 13, 2024
1 parent 2fb0c1e commit edab6ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/comsol/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ def run(model, config, dump, raw, avg, sample):
with Progress(console=console) as progress:
study_tast = progress.add_task("[cyan]Study", total=len(cfg.tasks))
for task in cfg.tasks:
# cli.update(**task)
# cli.study()
cli.study_count += 1
cli.update(**task)
cli.study()
if raw or avg or sample:
if raw:
cli.save_raw_data()
Expand Down

0 comments on commit edab6ef

Please sign in to comment.