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 1
1
name = " NonlinearSolve"
2
2
uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
3
authors = [" SciML" ]
4
- version = " 1.0.0 "
4
+ version = " 1.0.1 "
5
5
6
6
[deps ]
7
7
ArrayInterfaceCore = " 30b0a656-2188-435a-8636-2ec0e6a096e2"
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ sol = benchmark_scalar(sf, csu0)
39
39
@test sol. retcode === ReturnCode. Success
40
40
@test sol. u * sol. u - 2 < 1e-9
41
41
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
45
45
46
46
function benchmark_inplace (f, u0)
47
47
probN = NonlinearProblem {true} (f, u0)
You can’t perform that action at this time.
0 commit comments