I added new tests this morning, and now when I run 'make test' I get:
NameError: name 'time_gauss_seidel' is not defined
Makefile:28: recipe for target 'test' failed
make: *\ [test] Error 1
At first the definitions of the timed tests were flush against the left edge, and that did not work. Now, all the definitions of timed tests are indented under the class "TestSolvers," and
(if name == 'main':) is flush against the left edge.
I added new tests this morning, and now when I run 'make test' I get:
NameError: name 'time_gauss_seidel' is not defined Makefile:28: recipe for target 'test' failed make: *\ [test] Error 1
At first the definitions of the timed tests were flush against the left edge, and that did not work. Now, all the definitions of timed tests are indented under the class "TestSolvers," and (if name == 'main':) is flush against the left edge.
Any ideas of what could be causing this error?
Thank you.