Excessive logging information from cf.aggregate with verbose>1
Open
@davidhassell is already working on this.
Since Jul 7, 2021.
aggregation
bug
- Dominant language
- Python
- Stars
- 150
- Forks
- 23
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
In v3.10.0, setting the cf.aggregate verbose keyword to a value > 1 causes logging output to be returned from internal commands that is not relevant to the aggregation process - namely the cf.CellMethods.equivalent method.
This can be fixed by hard-wiring verbose=1 in these cf.CellMethods.equivalent calls.
PR to follow.
Contributor guide
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.