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

Use smaller data set for profiling #140

Closed MarionBWeinzierl closed 8 months ago

MarionBWeinzierl commented 10 months ago

The current profiling functionality relies on a rather larger data set (1.8GB) and then uses just a manageable slice. See also https://github.com/ImperialCollegeLondon/pyrealm/blob/ad32a8eff8ea42ded2a6cefc0d33880e8560332b/tests/pmodel/test_profiling.py#L27 .

This needs some looking into.

Options to consider:

MarionBWeinzierl commented 8 months ago

In the long term, it would be more elegant to generate the data set. But it's good for now.