Skip to content

Draft: Fix IS_MISSING macro

Needs discussion about what is the correct way to handle this. Code contains 3 different options:

  1. a simple equality check.
  2. a check if the value is infinity (with qIsInf)
  3. ... in addition to checking if it is actually negative infinity

Resolves #375

Merge request reports