robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
186 stars 105 forks source link

Ignore IEEE_UNDERFLOW_FLAG on MacOS #99

Closed fnemina closed 1 year ago

fnemina commented 1 year ago

Added the IEEE_UNDERFLOW_FLAG to the list of ignored flags in MacOS.

This flags occurs randomly when executting 6S on MacOS on M1 Mac.

codecov[bot] commented 1 year ago

Codecov Report

Base: 87.89% // Head: 87.82% // Decreases project coverage by -0.07% :warning:

Coverage data is based on head (0484946) compared to base (87039d5). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ========================================== - Coverage 87.89% 87.82% -0.08% ========================================== Files 18 17 -1 Lines 1719 1708 -11 ========================================== - Hits 1511 1500 -11 Misses 208 208 ``` | [Impacted Files](https://codecov.io/gh/robintw/Py6S/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robin+Wilson) | Coverage Δ | | |---|---|---| | [Py6S/outputs.py](https://codecov.io/gh/robintw/Py6S/pull/99/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robin+Wilson#diff-UHk2Uy9vdXRwdXRzLnB5) | `78.72% <ø> (ø)` | | | [Py6S/\_\_init\_\_.py](https://codecov.io/gh/robintw/Py6S/pull/99/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robin+Wilson#diff-UHk2Uy9fX2luaXRfXy5weQ==) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robin+Wilson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robin+Wilson)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.