Skip to content

Commit

Permalink
incomplete set of cals is now a log WARNING rather than an ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Aug 27, 2024
1 parent 15946dd commit fefaec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desispec/workflow/calibration_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def determine_calibrations_to_proc(etable, do_cte_flats=True,
+ f"more information is known.")
return etable[[]]
else:
log.error(f"Only found {Counter(exptypes)} calibrations "
log.warning(f"Only found {Counter(exptypes)} calibrations "
+ "and not acquiring new data, so this may be fatal "
+ "if you aren't using an override file.")

Expand Down

0 comments on commit fefaec0

Please sign in to comment.