Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace warning suppression in crop_gribs worker
The 'warnings' module import and its associated catch-block have been removed from crop_gribs.py. Instead, a 'no_warn' argument has been added directly to the 'to_grib()' function call. This results in a cleaner, more efficient, and more direct way to suppress warnings within the specific context.
- Loading branch information