From 0a38545d7b064a86c3af2dde8dad42d6f061b4ef Mon Sep 17 00:00:00 2001 From: Ryan Spangler Date: Fri, 24 May 2024 15:44:06 -0700 Subject: [PATCH] todo --- bigraph_schema/type_system.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigraph_schema/type_system.py b/bigraph_schema/type_system.py index 94961a8..f99ff50 100644 --- a/bigraph_schema/type_system.py +++ b/bigraph_schema/type_system.py @@ -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', {})