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 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- julia-version : [1,1.6 ]
25+ julia-version : [1]
2626 os : [ubuntu-latest]
2727 package :
2828 - {user: SciML, repo: SciMLBase.jl, group: Downstream}
Original file line number Diff line number Diff line change 2626 - All
2727 version :
2828 - ' 1'
29- - ' 1.6'
3029 steps :
3130 - uses : actions/checkout@v4
3231 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Symbolics = "5.0"
9898URIs = " 1"
9999UnPack = " 0.1, 1.0"
100100Unitful = " 1.1"
101- julia = " 1.6 "
101+ julia = " 1.9 "
102102
103103[extras ]
104104AmplNLWriter = " 7c4d4715-977e-5154-bfe0-e096adeac482"
Original file line number Diff line number Diff line change @@ -27,17 +27,15 @@ io = IOBuffer()
2727show (io, MIME " text/plain" (), state. structure)
2828prt = String (take! (io))
2929
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)
4139
4240# u1 = f1(u5)
4341# u2 = f2(u1)
You can’t perform that action at this time.
0 commit comments