gabrielgellner / DiffEQ.jl

Staging Area for a Differential Solver suite in Julia (DEAD)
Other
0 stars 0 forks source link

Clean up tests #2

Open gabrielgellner opened 9 years ago

gabrielgellner commented 9 years ago

currently we have some stubs for tests from both textbooks and the scipy test suite. In both cases all we am really doing is solving linear ODE's and checking against the analytic solution. Instead we need to make a linear_tests.jl file that does this in a nice generic way.