OpenSourceEconomics / skillmodels

MIT License
12 stars 6 forks source link

Revert to using 64-bit precision. #79

Closed hmgaudecker closed 1 month ago

hmgaudecker commented 1 month ago

Had changed this setting to False / 32-bit precision when attempting to reduce memory consumption. Looks like this was responsible for some jax overflow issues in a reasonably-sized project.

Not quite worth a PR, ofc, but important and should not be part of other imminent changes.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.43%. Comparing base (b7975a6) to head (90aa420). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #79 +/- ## ======================================= Coverage 91.43% 91.43% ======================================= Files 40 40 Lines 3070 3070 ======================================= Hits 2807 2807 Misses 263 263 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.