EnergySystemsModellingLab / MUSE_2.0

Welcome to the MUSE 2.0 repository
GNU General Public License v3.0
1 stars 0 forks source link

Read in agents-related files #151

Closed alexdewar closed 2 months ago

alexdewar commented 2 months ago

Description

This PR adds support for reading in the various agent-related CSV files, viz.: agents.csv, agent_regions.csv and agent_objectives.csv.

Closes #76. Closes #107. Closes #108.

Type of change

Key checklist

Further checks

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 93.44262% with 4 lines in your changes missing coverage. Please review.

Project coverage is 85.20%. Comparing base (155bc25) to head (fa25e6b). Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/agent.rs 92.85% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #151 +/- ## ========================================== + Coverage 83.45% 85.20% +1.75% ========================================== Files 10 11 +1 Lines 278 338 +60 ========================================== + Hits 232 288 +56 - Misses 46 50 +4 ```

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

alexdewar commented 2 months ago

Oops, sorry @Sahil590. I meant to give you a chance to review this. Comments still welcome!