You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a constant mnemonic value to use as "unknown value" in DEMs.
It seems that we are using std::numeric_limits<float>::infinity() but it may be debatable whether to use NaN instead. Not sure about what is best when dealing with differentiation of DEMs.
The text was updated successfully, but these errors were encountered:
roncapat
changed the title
Establish "no value" convention ofr DEMs
Establish "no value" convention for DEMs
Nov 17, 2023
Define a constant mnemonic value to use as "unknown value" in DEMs.
It seems that we are using
std::numeric_limits<float>::infinity()
but it may be debatable whether to useNaN
instead. Not sure about what is best when dealing with differentiation of DEMs.The text was updated successfully, but these errors were encountered: