File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# # uncomment the following lines to allow failures on nightly julia
16
16
# # (tests will run but not make your overall status red)
17
- matrix :
18
- allow_failures :
19
- - julia : nightly
17
+ # matrix:
18
+ # allow_failures:
19
+ # - julia: nightly
20
20
21
21
# # uncomment and modify the following lines to manually install system packages
22
22
# addons:
Original file line number Diff line number Diff line change @@ -180,11 +180,11 @@ false
180
180
julia> has_vertex(colors, 1)
181
181
true
182
182
183
- julia> LightGraphs.SimpleGraphs.fadj(colors, 1)
184
- 0-element Array{Int64,1}
183
+ julia> LightGraphs.SimpleGraphs.fadj(colors, 1) == Int[]
184
+ true
185
185
186
- julia> LightGraphs.SimpleGraphs.badj(colors, 1)
187
- 0-element Array{Int64,1}
186
+ julia> LightGraphs.SimpleGraphs.badj(colors, 1) == Int[]
187
+ true
188
188
189
189
julia> colors == colors
190
190
true
You can’t perform that action at this time.
0 commit comments