lewisfogden / heavylight

A lightweight actuarial modelling framework for Python
https://lewisfogden.github.io/heavylight/
MIT License
5 stars 2 forks source link

document theory of memory optimization #28

Closed MatthewCaseres closed 7 months ago

MatthewCaseres commented 7 months ago

relevant to recent conversations

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 79.36%. Comparing base (65da672) to head (ba1c969). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #28 +/- ## ======================================= Coverage 79.36% 79.36% ======================================= Files 6 6 Lines 441 441 ======================================= Hits 350 350 Misses 91 91 ```

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

lewisfogden commented 7 months ago

Failing due to mkdocstring - not sure why as it is in the plugins:

0s Run mkdocs gh-deploy --force ERROR - Config value 'plugins': The "mkdocstrings" plugin is not installed

Aborted with 1 configuration errors! Error: Process completed with exit code 1.

lewisfogden commented 7 months ago

I've (hopefully) added mkdocstring to the correct actions file.

- run: pip install mkdocstrings