Skip to content

Commit

Permalink
Update var_props.py
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
peverwhee authored Feb 21, 2024
1 parent 076158c commit 4d71852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/var_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,13 +808,13 @@ class VarCompatObj:
_DOCTEST_RUNENV) #doctest: +ELLIPSIS
<var_props.VarCompatObj object at 0x...>
# Test that a 2-D var with no vertical transform works
# Test that a 1-D var with no vertical transform works
>>> VarCompatObj("var_stdname", "real", "kind_phys", "m", ['vertical_layer_dimension'], "var1_lname", False, \
"var_stdname", "real", "kind_phys", "m", ['vertical_layer_dimension'], "var2_lname", False, \
_DOCTEST_RUNENV) #doctest: +ELLIPSIS
<var_props.VarCompatObj object at 0x...>
# Test that a 2-D var with vertical flipping works and that it
# Test that a 1-D var with vertical flipping works and that it
# produces the correct reverse transformation
>>> VarCompatObj("var_stdname", "real", "kind_phys", "m", ['vertical_layer_dimension'], "var1_lname", False,\
"var_stdname", "real", "kind_phys", "m", ['vertical_layer_dimension'], "var2_lname", True, \
Expand Down

0 comments on commit 4d71852

Please sign in to comment.