Why does this scan operation not work? #251
Closed
justindomke
started this conversation in
General
Replies: 2 comments 8 replies
-
I believe this is related to #148. I can take a look at it again shortly, if there's an active interest in this functionality. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Fixed, thank you! |
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
-
Hello all! I was interested in trying out aeppl, and came up with the following extremely simple model representing a gaussian random walk:
I can sample from this model using
and everything looks good. However, if I try to use aeppl to get the joint log probability by doing
I get a very dramatic error message ending with
Any idea what I might be doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions