Skip to content

Commit

Permalink
Tests: remove test commments
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jan 12, 2021
1 parent 7a7bfea commit 606c4ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/test_incomprrandmeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def test_unstruct_2d(self):

def test_unstruct_3d(self):
modes = self.rm_3d((self.x_tuple, self.y_tuple, self.z_tuple))
# print(modes[0, 0], modes[0, 1], modes[1, 0])
self.assertAlmostEqual(modes[0, 0], 0.7924546333550331)
self.assertAlmostEqual(modes[0, 1], 1.660747056686244)
self.assertAlmostEqual(modes[1, 0], -0.28049855754819514)
Expand Down
1 change: 0 additions & 1 deletion tests/test_latlon.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_cov_model(self):
self.assertAlmostEqual(self.cmod.angles[2], 0)

def test_vario_est(self):

srf = gs.SRF(self.cmod, seed=12345)
field = srf.structured((self.lat, self.lon))

Expand Down
2 changes: 0 additions & 2 deletions tests/test_randmeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_unstruct_2d(self):

def test_unstruct_3d(self):
modes = self.rm_3d((self.x_tuple, self.y_tuple, self.z_tuple))
# print(modes[:2])
self.assertAlmostEqual(modes[0], 1.3240234883187239)
self.assertAlmostEqual(modes[1], 1.6367244277732766)

Expand All @@ -62,7 +61,6 @@ def test_reset(self):

self.rm_1d.model = self.cov_model_3d
modes = self.rm_1d((self.x_tuple, self.y_tuple, self.z_tuple))
# print(modes[:2])
self.assertAlmostEqual(modes[0], 1.3240234883187239)
self.assertAlmostEqual(modes[1], 1.6367244277732766)

Expand Down

0 comments on commit 606c4ff

Please sign in to comment.