We used to concatenate the schedules to timeseries before - it stopped working after ResStock changed the naming on the schedule files. This PR re-introduces it.
Checklist
Not all may apply
[x] Code changes (must work)
[x] Tests exercising your feature/bug fix (check coverage report on Checks -> BuildStockBatch Tests -> Artifacts)
[x] Coverage has increased or at least not decreased. Update minimum_coverage in .github/workflows/coverage.yml as necessary.
[x] All other unit and integration tests passing
[x] Update validation for project config yaml file changes
[x] Update existing documentation
[x] Run a small batch run on Kestrel/Eagle to make sure it all works if you made changes that will affect Kestrel/Eagle
[x] Add to the changelog_dev.rst file and propose migration text in the pull request
Fixes # .
Pull Request Description
We used to concatenate the schedules to timeseries before - it stopped working after ResStock changed the naming on the schedule files. This PR re-introduces it.
Checklist
Not all may apply
minimum_coverage
in.github/workflows/coverage.yml
as necessary.