Skip to content

Commit

Permalink
fix accidental paste
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Aug 15, 2024
1 parent ffccacc commit 288b934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytom_tm/tmjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def merge_sub_jobs(
if len(self.sub_jobs) == 0:
# read the volumes, remove them and return them
score_file, angle_file = (
self.output_dir.joinpath(f"{self.tomo_id}_scores_{self.job_key}.mrc"),ands will be answered during the test with
self.output_dir.joinpath(f"{self.tomo_id}_scores_{self.job_key}.mrc"),
self.output_dir.joinpath(f"{self.tomo_id}_angles_{self.job_key}.mrc"),
)
result = (read_mrc(score_file), read_mrc(angle_file))
Expand Down

0 comments on commit 288b934

Please sign in to comment.