From a6d9551adc5d69552d381547ce6a55855ffcc62f Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Wed, 19 Jul 2017 10:16:44 +0200 Subject: [PATCH] fixed test --- wetb/hawc2/tests/test_shear_file.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wetb/hawc2/tests/test_shear_file.py b/wetb/hawc2/tests/test_shear_file.py index 6580a4e..ade7c19 100644 --- a/wetb/hawc2/tests/test_shear_file.py +++ b/wetb/hawc2/tests/test_shear_file.py @@ -38,10 +38,10 @@ class TestShearFile(unittest.TestCase): 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 - # y coordinates + # v coordinates -55.0000000000 55.0000000000 - # z coordinates + # w coordinates 30.0000000000 100.0000000000 160.0000000000 @@ -68,10 +68,10 @@ class TestShearFile(unittest.TestCase): 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 - # y coordinates + # v coordinates -55.0000000000 55.0000000000 - # z coordinates + # w coordinates 30.0000000000 100.0000000000 160.0000000000 -- GitLab