probsys / sppl

Probabilistic programming system for fast and exact symbolic inference
Apache License 2.0
76 stars 10 forks source link

Fix domain for spn.distributions when loc parameter is specified #79

Closed fsaad closed 4 years ago

fsaad commented 4 years ago

for example, x << alpha(loc=-3, a=2) should have domain (-3, oo) not RealsPos!