Skip to content

Commit

Permalink
Move remaining plot modules down a dir level
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 5, 2024
1 parent 43d2df7 commit bee90e5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,297 deletions.
2 changes: 1 addition & 1 deletion e3sm_diags/driver/area_mean_time_series_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from e3sm_diags.driver.utils.regrid import _apply_land_sea_mask, _subset_on_region
from e3sm_diags.logger import custom_logger
from e3sm_diags.metrics.metrics import spatial_avg
from e3sm_diags.plot.cartopy import area_mean_time_series_plot
from e3sm_diags.plot import area_mean_time_series_plot

if TYPE_CHECKING:
from e3sm_diags.parameter.area_mean_time_series_parameter import (
Expand Down
Empty file.
Loading

0 comments on commit bee90e5

Please sign in to comment.