Add a `quiet` argument on `load` to suppress warnings?
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When opening non-ESS files, the list of warnings from loading a file can be very long.
Can we add a quiet or suppress_warnings argument to the load function (which would be False by default)?
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.
Research direction
The requested entry point is the load function, but no source file or test is named. Locate load and inspect how warnings are emitted while opening non-ESS files; done means an optional quiet or suppress_warnings argument defaults to False and suppresses that warning list when enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100