File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name = " NonlinearSolve"
22uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33authors = [" SciML" ]
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55
66[deps ]
77ArrayInterfaceCore = " 30b0a656-2188-435a-8636-2ec0e6a096e2"
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ sol = benchmark_scalar(sf, csu0)
3939@test sol. retcode === ReturnCode. Success
4040@test sol. u * sol. u - 2 < 1e-9
4141
42- @test (@ballocated benchmark_immutable (ff, cu0)) < 200
43- @test (@ballocated benchmark_mutable (ff, cu0)) < 200
44- @test (@ballocated benchmark_scalar (sf, csu0)) < 400
42+ # @test (@ballocated benchmark_immutable(ff, cu0)) < 200
43+ # @test (@ballocated benchmark_mutable(ff, cu0)) < 200
44+ # @test (@ballocated benchmark_scalar(sf, csu0)) < 400
4545
4646function benchmark_inplace (f, u0)
4747 probN = NonlinearProblem {true} (f, u0)
You can’t perform that action at this time.
0 commit comments