Skip to content

Commit

Permalink
- applied autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaussin committed Feb 5, 2019
1 parent 0957e18 commit acd97dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_reshuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
from merra.reshuffle import main
from merra.interface import MerraTs


class Test(unittest.TestCase):
"""
Testing base class
"""

def test_reshuffle(self):
"""
Create time series with 6-hourly sampling from one day of data.
Expand Down Expand Up @@ -41,5 +43,6 @@ def test_reshuffle(self):
dtype=np.float32)
npt.assert_allclose(ts['SFMC'].values, ts_values_should, rtol=1e-5)


if __name__ == "__main__":
unittest.main()
unittest.main()

0 comments on commit acd97dc

Please sign in to comment.