Skip to content

Added check for None calibration_prior

Jacob Golomb requested to merge jacob.golomb/bilby_pipe:no_cal_prior_rb into master

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

Merge request reports