Skip to content

Commit

Permalink
Merge branch 'dev' into 60-improve-svd-pipeline-with-randomized-svd
Browse files Browse the repository at this point in the history
  • Loading branch information
DSilva27 authored Dec 12, 2024
2 parents 566e1d9 + 395a005 commit 46f1101
Show file tree
Hide file tree
Showing 10 changed files with 416 additions and 187 deletions.
4 changes: 1 addition & 3 deletions src/cryo_challenge/_commands/run_map2map_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ def main(args):
warnexists(config["output"])
mkbasedir(os.path.dirname(config["output"]))

run(config)

return
return run(config)


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit 46f1101

Please sign in to comment.