Skip to content

minor bug fixes to calibration map

Reed Essick requested to merge calibrationmap-bug-fixes into streaming_development_pt2

As discussed in !31 (merged), there were some small-ish bugs within idq.calibration.CalibrationMap. These boiled down to

  • attempting to define a cross-validation likelihood with fewer than 2 samples within idq.calibration.FixedBandwidth1DKDE, which is nonsensical
  • a small typo in one of a gazillion delegations defined within idq.calibation.CalibrationMap

Merge request reports