You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy biomass calculation functions (the ones that are purely numerical functions returning tonnage) into this library. They could go into lukefi.metsi.forestry.volume_estimation. Copy relevant unit tests to this library.
Copy the tree_biomass function ReferenceTree => BiomassData so that it becomes ReferenceTree => list. Copy relevant unit tests to this library test for this function.
We'll make an issue taking these into use in Metsi application afterwards.
The text was updated successfully, but these errors were encountered:
Copy biomass calculation functions (the ones that are purely numerical functions returning tonnage) into this library. They could go into
lukefi.metsi.forestry.volume_estimation
. Copy relevant unit tests to this library.Copy the tree_biomass function
ReferenceTree => BiomassData
so that it becomesReferenceTree => list
. Copy relevant unit tests to this library test for this function.We'll make an issue taking these into use in Metsi application afterwards.
The text was updated successfully, but these errors were encountered: