BC lambdas with locally bounded values cannot be hashed? #776
marijanarra
started this conversation in
Ideas
Replies: 1 comment
-
|
You cannot have the argument |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to implement different BCs on each edge of a polygon. Doing this requires iteration through the polygon vertices and passing the iterator variable to the BC lambda function as locally bound (like in the piece of code below).
However, if I pass it as locally bound, it seems that
npfunc_range_autocachereturns NoneType.Is this fixable? I can't think of a proper workaround for my setup :(
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions