Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 committed Nov 14, 2022
1 parent 7dbe34d commit cc10292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pippin/cosmofitters/cosmomc.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def _run(self):
new_data_dir = os.path.join(self.output_dir, d)
os.symlink(original_data_dir, new_data_dir, target_is_directory=True)

self.logger.info(f"Submitting batch job for data prep")
self.logger.info(f"Submitting batch job for cosmomc")
subprocess.run(["sbatch", slurm_output_file], cwd=self.output_dir)
else:
self.should_be_done()
Expand Down

0 comments on commit cc10292

Please sign in to comment.