Skip to content

Commit

Permalink
show interval process substore
Browse files Browse the repository at this point in the history
  • Loading branch information
eagmon committed Feb 27, 2024
1 parent 21581b1 commit e1da847
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bigraph_viz/diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
import graphviz


PROCESS_SCHEMA_KEYS = ['config', 'address', 'interval', 'inputs', 'outputs', 'instance']
PROCESS_SCHEMA_KEYS = [
'config',
'address',
# 'interval',
'inputs',
'outputs',
'instance',
]

REMOVE_KEYS = ['global_time']

Expand Down

0 comments on commit e1da847

Please sign in to comment.