Skip to content

Commit

Permalink
fix imports so that physics_tend can still be called as it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 23, 2025
1 parent e64dcb0 commit 0e32fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from metpy.units import units
import numpy as np
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
from metplotpy.contributed.fv3_physics_tend import physics_tend
import xarray
import yaml

Expand Down
2 changes: 1 addition & 1 deletion metplotpy/contributed/fv3_physics_tend/planview_fv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from metpy.units import units
import numpy as np
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
from metplotpy.contributed.fv3_physics_tend import physics_tend
import xarray
import yaml

Expand Down
2 changes: 1 addition & 1 deletion metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from matplotlib.ticker import MultipleLocator
from metpy.units import units
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
from metplotpy.contributed.fv3_physics_tend import physics_tend
import xarray
import yaml

Expand Down

0 comments on commit 0e32fce

Please sign in to comment.