Skip to content

Commit

Permalink
update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
houpc committed Feb 10, 2024
1 parent caabb06 commit 9f5812e
Show file tree
Hide file tree
Showing 8 changed files with 5,334 additions and 4,275 deletions.
144 changes: 51 additions & 93 deletions README.md

Large diffs are not rendered by default.

1,489 changes: 1,489 additions & 0 deletions assets/sigmaIns_ete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,363 changes: 3,363 additions & 0 deletions assets/sigma_ete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
430 changes: 430 additions & 0 deletions assets/sigma_o2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
269 changes: 0 additions & 269 deletions assets/ver4_GVdot.svg

This file was deleted.

3,632 changes: 0 additions & 3,632 deletions assets/ver4_parquet.svg

This file was deleted.

280 changes: 0 additions & 280 deletions assets/ver4_parquetdot.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/frontend/diagram_id.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct SigmaId{P} <: DiagramId
return new{P}(para, type, mirror_symmetrize(k), Tuple(t))
end
end
Base.show(io::IO, v::SigmaId) = print(io, "$(short(v.type))#$(v.order), t$(v.extT)")
Base.show(io::IO, v::SigmaId) = print(io, "$(short(v.type)), k$(v.extK), t$(v.extT)")
function Base.isequal(a::SigmaId, b::SigmaId)
if typeof(a) != typeof(b)
return false
Expand Down

0 comments on commit 9f5812e

Please sign in to comment.