Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratomkins committed Nov 8, 2023
1 parent c365eb6 commit d914fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/retrieve/test_qpe.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Unit tests for rainfall rate estimation module. """

from numpy.testing import assert_allclose
import numpy as np
from numpy.testing import assert_allclose

import pyart

Expand Down Expand Up @@ -155,6 +155,7 @@ def test_get_coeff_rkdp():
coeff_rkdp_use_x = pyart.retrieve.qpe._get_coeff_rkdp(13e9)
assert coeff_rkdp_use_x == (15.81, 0.7992)


def test_precip_rate():
grid = pyart.testing.make_storm_grid()
grid = pyart.retrieve.ZtoR(grid)
Expand Down

0 comments on commit d914fae

Please sign in to comment.