dlsun / symbulate

A symbolic algebra for specifying simulations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevindavisross opened this issue · 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