BUG? variable has ambigue value? #2784
-
so i'm starting out with cuda if i run a cell i get the current value for a but when i run the cell with the function a doesn't update in the others is this normal? |
Beta Was this translation helpful? Give feedback.
Answered by
disberd
Jan 19, 2024
Replies: 1 comment 1 reply
-
Yes this is normal, what you are doing in the cell which calls |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pankgeorg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this is normal, what you are doing in the cell which calls
f
is mutating the value of a, and Pluto does not track mutations for cell re-run.