-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: reenable floating point exceptions #3300
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3300 +/- ##
========================================
Coverage 56.46% 56.46%
========================================
Files 1059 1059
Lines 89458 89465 +7
========================================
+ Hits 50512 50519 +7
Misses 38946 38946 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/coreComponents/constitutive/fluid/multifluid/CO2Brine/functions/CO2SolubilityDuanSun.cpp L68 also needs a small fix.
…cannot reproduce the error except on a github hosted runner
…cannot reproduce the error except on a github hosted runner
…ate_poromechanics_1d_smoke_02,elas3D_Q3_abc_smoke_01,elas3D_Q3_abc_smoke_08,elas3D_Q3_abc_fs_smoke_01,elas3D_Q3_abc_fs_smoke_08
* reintroduce GEOS_ENABLE_FPE to GeosxOptions.cmake * give Compositional[/Well]MultiphaseBase::m_maxRelativeCompDensChange a usable default value * some modifications for fpe on testFlowStatistics * update TPL paths. more fixes for CO2SolubilityDuanSun.cpp * just disable FPE for testVTKImport * allow failure of SeismicityRate_poromechanics_1d_smoke_01,SeismicityRate_poromechanics_1d_smoke_02,elas3D_Q3_abc_smoke_01,elas3D_Q3_abc_smoke_08,elas3D_Q3_abc_fs_smoke_01,elas3D_Q3_abc_fs_smoke_08 which all generate FPE's
* reintroduce GEOS_ENABLE_FPE to GeosxOptions.cmake * give Compositional[/Well]MultiphaseBase::m_maxRelativeCompDensChange a usable default value * some modifications for fpe on testFlowStatistics * update TPL paths. more fixes for CO2SolubilityDuanSun.cpp * just disable FPE for testVTKImport * allow failure of SeismicityRate_poromechanics_1d_smoke_01,SeismicityRate_poromechanics_1d_smoke_02,elas3D_Q3_abc_smoke_01,elas3D_Q3_abc_smoke_08,elas3D_Q3_abc_fs_smoke_01,elas3D_Q3_abc_fs_smoke_08 which all generate FPE's
This PR:
GEOS-DEV/LvArray#327
GEOS-DEV/thirdPartyLibs#279
resolves #3281