CNM-University-of-Guelph / NASEM-Model-Python

The NASEM 8 model coded in python
Other
0 stars 0 forks source link

Passing dict or dataframe as function input #132

Closed BFieguth closed 2 months ago

BFieguth commented 2 months ago

There are several cases where a large dictionary/dataframe such as An_data or diet_info gets passed to a model function. These should be refactored to only pass the necessary values to the function. This will make individual functions easier to work with and will make unit testing simpler.