Skip to content

Commit

Permalink
Avoid superfluous variables in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgdecker committed Aug 2, 2021
1 parent 3970d1d commit 0ba49ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calc/test_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_parcel_profile_lcl_not_monotonic():
t = np.array([24.2, 24., 20.2, 21.6, 21.4, 20.4, 20.2, 14.4, 13.2]) * units.degC
td = np.array([21.9, 22.1, 19.2, 20.5, 20.4, 18.4, 17.4, 8.4, -2.8]) * units.degC

pressure, temp, dewp, prof = parcel_profile_with_lcl(p, t, td)
_ = parcel_profile_with_lcl(p, t, td)


def test_parcel_profile_with_lcl_as_dataset():
Expand Down

0 comments on commit 0ba49ad

Please sign in to comment.