Added check for None calibration_prior
Addresses #295. In input.py
, checks that self.calibration_prior
is not None
before iterating through its keys.
Addresses #295. In input.py
, checks that self.calibration_prior
is not None
before iterating through its keys.