File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " DataDrivenDiffEq"
2
2
uuid = " 2445eb08-9709-466a-b3fc-47e12bd697a2"
3
3
authors = [
" Julius Martensen <[email protected] >" ]
4
- version = " 1.3.0 "
4
+ version = " 1.3.1 "
5
5
6
6
[deps ]
7
7
CommonSolve = " 38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -25,7 +25,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
25
25
26
26
[compat ]
27
27
CommonSolve = " 0.2"
28
- DataInterpolations = " 4"
28
+ DataInterpolations = " 4, 5 "
29
29
DiffEqBase = " 6"
30
30
DocStringExtensions = " 0.7, 0.8, 0.9"
31
31
MLUtils = " 0.3, 0.4"
Original file line number Diff line number Diff line change 114
114
115
115
@test size (basis) == (6 ,)
116
116
@test size (basis_2) == (5 ,)
117
- @test basis_2 ([1.0 ; 2.0 ; π], [0.0 ; 1.0 ]) ≈ [1.0 ; - 1.0 ; π; 2.0 ; 1.0 ]
117
+ @test basis_2 ([1.0 ; 2.0 ; π], [0.0 ; 1.0 ]) ≈ [1.0 ; - 1.0 ; 2.0 ; π ; 1.0 ]
118
118
@test basis ([1.0 ; 2.0 ; π], [0.0 ; 1.0 ]) ≈ [1.0 ; 2.0 ; π; - 1.0 ; 5 * π + 2.0 ; 1.0 ]
119
119
120
120
@test size (basis) == size (basis_2) .+ (1 ,)
You can’t perform that action at this time.
0 commit comments