Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Mar 15, 2024
1 parent 9ac65a6 commit 0ef4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plenoirf/configuration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def write_default(plenoirf_dir):
) as f:
f.write(json_utils.dumps(make_particles_scatter_cone(), indent=4))

with rnw.open(opj(pdir, "config", "make_energy_range.json"), "wt") as f:
with rnw.open(opj(pdir, "config", "energy_range.json"), "wt") as f:
f.write(json_utils.dumps(make_energy_range(), indent=4))

with rnw.open(opj(pdir, "config", "magnetic_deflection.json"), "wt") as f:
Expand Down

0 comments on commit 0ef4246

Please sign in to comment.