Skip to content

Commit

Permalink
added missing import (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Nov 14, 2024
1 parent fdbe111 commit d5e48f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metcalcpy/util/write_mpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import os
import numpy as np

from metcalcpy.util.safe_log import safe_log

def write_mpr_file(data_fcst,data_obs,lats_in,lons_in,fcst_lead,fcst_valid,obs_lead,obs_valid,mod_name,desc,fcst_var,fcst_unit,fcst_lev,obs_var,obs_unit,obs_lev,maskname,obsslev,outdir,outfile_prefix, logger=None):

Expand Down

0 comments on commit d5e48f1

Please sign in to comment.