Improved testing for "max intervals" (Interval[null, null]) and "unknown intervals" (Interval(null, null))#116
Improved testing for "max intervals" (Interval[null, null]) and "unknown intervals" (Interval(null, null))#116brynrhodes wants to merge 1 commit into
Conversation
… "unknown intervals" (Interval(null, null))
|
The following tests have unmatched actual vs expected results. If that is as it should be, due to clinical_quality_language errors, then I am willing to approve. I am willing to enter issues into the cql repo. If Interval[null, null] actually means Interval[minimum value, maximum vale] then that explains many of the expected values. TestMaxIntervalEndsFalse returns null, but expected is false |
|
Correct, I believe the expected outcomes here are correct, and if an engine isn't getting these results, it needs to be corrected. |
Fixed #106