Skip to content

Commit

Permalink
Merge branch '60-improve-svd-pipeline-with-randomized-svd' of github.…
Browse files Browse the repository at this point in the history
…com:flatironinstitute/Cryo-EM-Heterogeneity-Challenge-1 into 60-improve-svd-pipeline-with-randomized-svd
  • Loading branch information
DSilva27 committed Dec 12, 2024
2 parents 05c676c + 46f1101 commit 6600822
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 6600822

Please sign in to comment.