EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 9 forks source link

Faulty column name in example Agents.csv files [BUG] #248

Closed LennartMorlock closed 4 months ago

LennartMorlock commented 7 months ago

Describe the bug

The Agents.csv files in the examples (src/muse/data/example) have a column called "Budget". The code expects however a column called "SpendLimit" to define that value. The documentation also defines that property as "SpendLimit".

While this doesn't affect the examples, as they don't use the "spend_limit" search rule, it leads to an error if one adapts the example files for their own use with "spend_limit" as search rule.