uwhpsc-2016 / homework2

Homework #2
0 stars 3 forks source link

'time_gauss_seidel' not defined #48

Closed natwall27 closed 8 years ago

natwall27 commented 8 years ago

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.