Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Nov 6, 2023
1 parent b571feb commit a2513d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main/grid/test_eta.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@pytest.mark.xfail
def test_set_hybrid_pressure_coefficients_nofile():

""" File does not exist. Test should fail """
""" File, eta90.txt, does not exist. Test should fail """

pressure_data = set_hybrid_pressure_coefficients(km=90)

Expand Down Expand Up @@ -45,7 +45,7 @@ def test_set_hybrid_pressure_coefficients_correct():
def test_set_hybrid_pressure_coefficients_nonincreasing():

"""
Array bk is not monotonically increasing.
eta values are not monotically increasing
Test is expected to fail
"""

Expand Down

0 comments on commit a2513d3

Please sign in to comment.