Allow collapsing by hour of day for single cases
Open
@daflack is already working on this.
Since Jun 9, 2025.
bug
- Dominant language
- Python
- Stars
- 33
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
### Describe the bug
Currently our collapse by hour of day recipes all contain a call to ensure aggregable. This is not needed and prevents them working on single cases, which could be useful for longer forecasts such as climate.
### How to reproduce
Steps to reproduce the behaviour:
1. Run a collapse by hour of day over a single case
2. Observe it fails.
### Expected behaviour
We should remove the calls to ensure aggregable from the collapse by hour of day recipes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.