dlsun/symbulate

"Events must be defined on same prob space" error message: "Events" or "RVs"?

kevindavisross opened this issue · 1 comments

X = RV(Poisson(1))
Y = RV(Poisson(2))
X + Y
returns an error "Events must be defined on same prob space". Shouldn't "Events" be "RVs"? Didn't it used to be?

The message is being thrown out when the addition is calling the probSpace.check_same() method. I believe this message has been the same since I've started working on symbulate.

Sent from my Samsung SAMSUNG-SM-G920A using FastHub