File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 2626 #
2727 # julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
2828 run : |
29- julia -e 'using Pkg; Pkg.add(PackageSpec(name= "JuliaFormatter"))'
30- julia -e 'using JuliaFormatter; format(".", verbose= true)'
29+ julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version = v"1.0.32 "))'
30+ julia -e 'using JuliaFormatter; format(".", verbose = true)'
3131 - name : Format check
3232 run : |
3333 julia -e '
Original file line number Diff line number Diff line change 1010 - name : Checkout Actions Repository
1111 uses : actions/checkout@v3
1212 - name : Check spelling
13- uses : crate-ci/typos@v1.14.11
13+ uses : crate-ci/typos@v1.14.12
Original file line number Diff line number Diff line change @@ -1442,7 +1442,9 @@ function __init__()
14421442 Vector {Bool} (undef, BUFFER_LENGTH))
14431443
14441444 @static if ! isdefined (Base, :get_extension )
1445- @require Plots= " 91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin include (" ../ext/PlotsExt.jl" ) end
1445+ @require Plots= " 91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin
1446+ include (" ../ext/PlotsExt.jl" )
1447+ end
14461448 end
14471449
14481450 return nothing
Original file line number Diff line number Diff line change @@ -1134,12 +1134,14 @@ using Aqua: Aqua
11341134 end
11351135
11361136 # https://github.com/SciML/RootedTrees.jl/issues/72
1137- @testset " BicoloredRootedTreeIterator is canonical" begin for o in 1 : 10
1138- for t_iterator in BicoloredRootedTreeIterator (o)
1139- t_canonical = RootedTrees. canonical_representation (t_iterator)
1140- @test t_iterator == t_canonical
1137+ @testset " BicoloredRootedTreeIterator is canonical" begin
1138+ for o in 1 : 10
1139+ for t_iterator in BicoloredRootedTreeIterator (o)
1140+ t_canonical = RootedTrees. canonical_representation (t_iterator)
1141+ @test t_iterator == t_canonical
1142+ end
11411143 end
1142- end end
1144+ end
11431145
11441146 # See Sections 2.3 & 6.1 and Table 2 of
11451147 # - Philippe Chartier, Ernst Hairer, Gilles Vilmart (2010)
You can’t perform that action at this time.
0 commit comments