Skip to content

Commit

Permalink
change logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed Feb 2, 2024
1 parent 49b649e commit be25498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pcmdi_metrics/sea_ice/sea_ice_driver.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python

import datetime
import glob
import json
import logging
import os
import sys

Expand Down Expand Up @@ -397,6 +397,8 @@ def get_xy_coords(ds, xvar):


if __name__ == "__main__":
logging.getLogger("xcdat").setLevel(logging.ERROR)

parser = create_sea_ice_parser()
parameter = parser.get_parameter(argparse_vals_only=False)

Expand Down

0 comments on commit be25498

Please sign in to comment.