File tree Expand file tree Collapse file tree 4 files changed +11
-14
lines changed
test/structural_transformation Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- julia-version : [1,1.6 ]
25
+ julia-version : [1]
26
26
os : [ubuntu-latest]
27
27
package :
28
28
- {user: SciML, repo: SciMLBase.jl, group: Downstream}
Original file line number Diff line number Diff line change 26
26
- All
27
27
version :
28
28
- ' 1'
29
- - ' 1.6'
30
29
steps :
31
30
- uses : actions/checkout@v4
32
31
- uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Symbolics = "5.0"
98
98
URIs = " 1"
99
99
UnPack = " 0.1, 1.0"
100
100
Unitful = " 1.1"
101
- julia = " 1.6 "
101
+ julia = " 1.9 "
102
102
103
103
[extras ]
104
104
AmplNLWriter = " 7c4d4715-977e-5154-bfe0-e096adeac482"
Original file line number Diff line number Diff line change @@ -27,17 +27,15 @@ io = IOBuffer()
27
27
show (io, MIME " text/plain" (), state. structure)
28
28
prt = String (take! (io))
29
29
30
- if VERSION >= v " 1.6"
31
- @test occursin (" Incidence matrix:" , prt)
32
- @test occursin (" ×" , prt)
33
- @test occursin (" ⋅" , prt)
34
-
35
- buff = IOBuffer ()
36
- io = IOContext (buff, :mtk_limit => false )
37
- show (io, MIME " text/plain" (), state. structure)
38
- prt = String (take! (buff))
39
- @test occursin (" SystemStructure" , prt)
40
- end
30
+ @test occursin (" Incidence matrix:" , prt)
31
+ @test occursin (" ×" , prt)
32
+ @test occursin (" ⋅" , prt)
33
+
34
+ buff = IOBuffer ()
35
+ io = IOContext (buff, :mtk_limit => false )
36
+ show (io, MIME " text/plain" (), state. structure)
37
+ prt = String (take! (buff))
38
+ @test occursin (" SystemStructure" , prt)
41
39
42
40
# u1 = f1(u5)
43
41
# u2 = f2(u1)
You can’t perform that action at this time.
0 commit comments