Skip to content

Commit

Permalink
make outdir where expected
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Aug 18, 2024
1 parent ee1b172 commit fd26cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scope/run_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def simulate_observation(

outdir = abs_path + f"/output/{modelname}"

make_outdir(modelname)
make_outdir(outdir)

# and write the input file out
write_input_file(locals(), output_file_path=f"{outdir}/input.txt")
Expand Down

0 comments on commit fd26cac

Please sign in to comment.