Replies: 1 comment
-
Quote myself from here:
|
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.
-
I found this strange behavior of vmap which looks like a bug to me. Here is the code defining a piecewise linear function.
Now I plot the resulting function using either vmap or a list comprehension to make an array of function values, and the two results do not agree.
What could that be?
Beta Was this translation helpful? Give feedback.
All reactions