Skip to content

Commit

Permalink
remove ignor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez authored and acordonez committed Feb 2, 2024
1 parent a5d2635 commit 687e500
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 687e500

Please sign in to comment.