Skip to content

Commit 4048bc1

Browse files
committed
Hotfix: Import NO_STRETCH_SG_PARAMS in compare_*py plot modules
gcpy/plot/compare_single_level.py gcpy/plot/compare_zonal_mean.py - Import NO_STRETCH_SG_PARAMS from gcpy.constants. This had been omitted in PR #374. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 411dcb6 commit 4048bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcpy/plot/compare_single_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
all_zero_or_nan, slice_by_lev_and_time, compare_varnames, \
2525
read_config_file, verify_variable_type
2626
from gcpy.units import check_units, data_unit_is_mol_per_mol
27-
from gcpy.constants import MW_AIR_g
27+
from gcpy.constants import MW_AIR_g, NO_STRETCH_SG_PARAMS
2828
from gcpy.plot.core import gcpy_style, six_panel_subplot_names, \
2929
_warning_format, WhGrYlRd
3030
from gcpy.plot.six_plot import six_plot

gcpy/plot/compare_zonal_mean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
all_zero_or_nan, compare_varnames, \
2525
read_config_file, verify_variable_type
2626
from gcpy.units import check_units, data_unit_is_mol_per_mol
27-
from gcpy.constants import MW_AIR_g
27+
from gcpy.constants import MW_AIR_g, NO_STRETCH_SG_PARAMS
2828
from gcpy.plot.core import gcpy_style, six_panel_subplot_names, \
2929
_warning_format, WhGrYlRd
3030
from gcpy.plot.six_plot import six_plot

0 commit comments

Comments
 (0)