Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings from sea ice metrics #1048

Merged
merged 5 commits into from
Feb 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove ignor warnings
  • Loading branch information
Ana Ordonez authored and acordonez committed Feb 2, 2024
commit b91ea07e5335ddb7319fc40356ce2fdae5e83492
3 changes: 0 additions & 3 deletions pcmdi_metrics/sea_ice/sea_ice_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import json
import os
import sys
import warnings

import dask
import matplotlib.pyplot as plt
Expand All @@ -18,8 +17,6 @@
from pcmdi_metrics.sea_ice.lib import create_sea_ice_parser
from pcmdi_metrics.utils import create_land_sea_mask

warnings.simplefilter("ignore")


class MetadataFile:
# This class organizes the contents for the CMEC
Expand Down