Skip to content

Commit 1ad3aba

Browse files
committed
update run_first_use.py
1 parent 8a38ff5 commit 1ad3aba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

star_shine/api/run_first_use.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ def first_use_script():
3232
# start new pipeline for the second part
3333
pipeline = sts.Pipeline(data, save_dir=data_path, logger=None)
3434

35-
# do a first run without fitting every step and lower group size
35+
# do a full run without fitting every step and lower group size
3636
sts.update_config(settings={'optimise_step': False, 'min_group': 15, 'max_group': 20})
3737
pipeline.run()
3838

39-
# do a second run with fitting every step
40-
sts.update_config(settings={'optimise_step': True})
41-
pipeline.run()
42-
4339

4440
if __name__ == '__main__':
4541
first_use_script()

0 commit comments

Comments
 (0)