This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch v1.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git
commit f88095757868ab8d2f64141b0e4cdb1f5b48c0b5 Author: nchung <[email protected]> AuthorDate: Wed Feb 28 18:27:58 2018 -0800 SDAP-26 Create new ningesterpy processor to delete axis from data array --- tests/deleteunitaxis_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deleteunitaxis_test.py b/tests/deleteunitaxis_test.py index 32e4d94..69d4f7e 100644 --- a/tests/deleteunitaxis_test.py +++ b/tests/deleteunitaxis_test.py @@ -26,7 +26,7 @@ class TestDeleteTimeAxis(unittest.TestCase): def setUp(self): self.module = sdap.processors.DeleteUnitAxis("time") - def test_kelvin_to_celsius(self): + def test_delete_time_axis(self): test_file = path.join(path.dirname(__file__), 'dumped_nexustiles', 'avhrr_nonempty_nexustile.bin') with open(test_file, 'rb') as f:
