Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed May 24, 2024
1 parent d258349 commit 0a38545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigraph_schema/type_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ def react(self, schema, state, reaction, mode='random'):
# TODO: after the reaction, fill in the state with missing values
# from the schema

# TODO: add schema to redex and reactum

if 'redex' in reaction or 'reactum' in reaction or 'calls' in reaction:
redex = reaction.get('redex', {})
reactum = reaction.get('reactum', {})
Expand Down

0 comments on commit 0a38545

Please sign in to comment.