Skip to content

Commit

Permalink
fix import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmaurer committed Mar 9, 2023
1 parent 3527141 commit 3df371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/RAiDER/models/gmao.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from RAiDER.models.weatherModel import WeatherModel, TIME_RES
from RAiDER.logger import logger
from RAiDER.utilFcns import writeWeatherVars2NETCDF4, round_date, requests_retry_session
from RAiDER.utilFcns import writeWeatherVars2NETCDF4, round_time, requests_retry_session
from RAiDER.models.model_levels import (
LEVELS_137_HEIGHTS,
)
Expand Down

0 comments on commit 3df371e

Please sign in to comment.