ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Profiling of the `Splash` module #181

Closed tztsai closed 6 months ago

tztsai commented 7 months ago

Description

Profiling tests are now put into the tests/profiling folder. A test file test_profiling_splash.py is created in this folder to profile the performance of the Splash module.

Fixes #166

Type of change

Key checklist

Further checks

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 93.80%. Comparing base (1f60bdb) to head (80a5d99).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #181 +/- ## ======================================== Coverage 93.80% 93.80% ======================================== Files 28 28 Lines 1468 1468 ======================================== Hits 1377 1377 Misses 91 91 ```

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