Skip to content

Commit

Permalink
feature(interpreted functions): work in progress - conditions for kno…
Browse files Browse the repository at this point in the history
…wn and unknown values
  • Loading branch information
Samuel Gobbi committed Oct 21, 2024
1 parent 1044d33 commit 853d37d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ def _compile(
print("final list of actions:")
print(actions_list)

# old implementation will be removed
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
if len(all_ifs_in_instantaneous_action) != 0:
ifs_as_keys_instantaneous: list = list()
ifs_as_keys_instantaneous.clear()
Expand Down

0 comments on commit 853d37d

Please sign in to comment.