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

Updating the information on generating profiling call graph #147

Closed surbhigoel77 closed 9 months ago

surbhigoel77 commented 9 months ago

Description

CONTRIBUTING.md has been updated. Information on installing the graphviz software package for successful rendering of the profiling call graph has been added. The information may help developers who are able to generate an .svg file but are not able to render the graph. Also highlighted the name of the coverage report file index.html to make it easy to locate in the reports folder (the folder contains many other html files).

Fixes #145,

Type of change

Further checks

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (ad32a8e) 0.00% compared to head (dde73a8) 94.09%. Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #147 +/- ## ============================================ + Coverage 0 94.09% +94.09% ============================================ Files 0 21 +21 Lines 0 1134 +1134 ============================================ + Hits 0 1067 +1067 - Misses 0 67 +67 ```

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

davidorme commented 9 months ago

Looks good to me.