Skip to content

Commit

Permalink
Fixed typo in make_toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zstone19 committed Feb 8, 2024
1 parent c75829b commit 236f124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypetal/fromfile/run_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def make_toml(output_dir, fnames,
run_arr, param_arr,
line_names=None, filename=None):

tot_keys = ['drw_rej', 'detrend', 'pyccf', 'pyzdcf', 'pyroa', 'javelin', 'weighting']
tot_keys = ['drw_rej', 'detrend', 'pyccf', 'pyzdcf', 'pyroa', 'mica2', 'javelin', 'weighting']
toml_dict = {}


Expand Down

0 comments on commit 236f124

Please sign in to comment.