Skip to content

Commit

Permalink
aeon: fix compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Jun 25, 2024
1 parent 3a1bb0e commit 67f34b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bonesis/aeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def register_parameter(g):
else:
assert self.params[name] == args
return name
func = func.to_string(self.am) if not isinstance(func, str) else func
f = self.ba.parse(RE_PARAMETER.sub(register_parameter, func))
self._f[node] = f
f = self._f[node]
Expand Down

0 comments on commit 67f34b0

Please sign in to comment.