We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11735a0 commit 687b55aCopy full SHA for 687b55a
test/core_tests.jl
@@ -449,5 +449,5 @@ end
449
u0_broken = [rand(2), rand(2)]
450
f(u,p) = u
451
prob = NonlinearProblem(f, u0_broken)
452
- @test_throws SciMLBase.NonNumberEltypeError solve(prob)=
+ @test_throws SciMLBase.NonNumberEltypeError solve(prob)
453
end
0 commit comments