Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 16, 2024
1 parent afb5bd6 commit ad322b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/disjoint_union.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using NamedGraphs.GraphsExtensions: ⊔
using NamedGraphs.NamedGraphGenerators: named_grid
using DataGraphs: DataGraph

g = DataGraph(g; vertex_data_eltype=String, edge_data_eltype=String)
g = DataGraph(named_grid((2, 2)); vertex_data_eltype=String, edge_data_eltype=String)

for v in vertices(g)
g[v] = "V$v"
Expand Down

0 comments on commit ad322b6

Please sign in to comment.