Skip to content

Commit

Permalink
fix test; need galcheat to have central_wavelength
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Dec 10, 2021
1 parent 628f6ff commit c2317f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_main():
main(cfg)

# test survey CLI
cfg = get_cfg(overrides={"surveys": "Rubin"})
cfg = get_cfg(overrides={"surveys": ["Rubin"]})
main(cfg)
cfg = get_cfg(overrides={"surveys": ["Rubin", "DES"], "meas_band_num": [0, 0]})
main(cfg)
Expand Down

0 comments on commit c2317f4

Please sign in to comment.