Skip to content
  • Tjerk Vreeken's avatar
    Revert "CollInt: Fix missing parameter check to include NaN" · 542c5216
    Tjerk Vreeken authored
    This reverts commit 038975e7.
    
    There are many models that have parameters that are not used. For
    example, species transport in RTC-Tools Channel Flow might use a
    "V_nominal" for linearization, but if there are no species this
    parameter is never used.
    
    We would rather like to check on parameters that are actually used, but
    that would be an expensive check to always perform for every run. It is
    probably better to put a check like that behind an optional flag for
    performing such checks.
    542c5216