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.
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.