Skip to content
Snippets Groups Projects
Commit 1b4902d9 authored by Jeremy M Fee's avatar Jeremy M Fee Committed by Claycomb, Abram Earl
Browse files

Fix test naming for adjusted tests

parent 05270ab1
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ from nose.tools import assert_almost_equals
def test_construct():
"""
path to
"""algorithm_test.AdjustedAlgorithm_test.test_construct()
"""
matrix = None
pier_correction = None
......@@ -19,7 +18,8 @@ def test_construct():
def test_process():
"""
"""algorithm_test.AdjustedAlgorithm_test.test_process()
Check adjusted data processing versus files generated from
original script
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment