EnergySystemsModellingLab / MUSE_2.0

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

Rename `time_slices_path` setting for consistency #119

Closed alexdewar closed 4 months ago

alexdewar commented 4 months ago

All the other settings names for input file paths in settings.toml end with *_file_path, so let's rename time_slices_path to time_slices_file_path for consistency.

alexdewar commented 4 months ago

I've also renamed time_slices.rs to time_slice.rs to be consistent with the naming of other files.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.41%. Comparing base (bf623cc) to head (f8b5cc5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ======================================= Coverage 76.41% 76.41% ======================================= Files 8 8 Lines 195 195 ======================================= Hits 149 149 Misses 46 46 ```

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