Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nguyemi5/suite2p
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyemi5 committed Feb 28, 2024
2 parents 3011cdf + 6446442 commit 51c8830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite2p/gui/rungui.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def run_S2P(self):
# pre-download model
pretrained_model_string = self.ops.get("pretrained_model", "cyto")
pretrained_model_string = pretrained_model_string if pretrained_model_string is not None else "cyto"
pretrained_model_path = model_path(pretrained_model_string, 0, True)
pretrained_model_path = model_path(pretrained_model_string, 0)
self.finish = True
self.error = False
ops_file = os.path.join(self.ops_path, "ops.npy")
Expand Down

0 comments on commit 51c8830

Please sign in to comment.