You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* include :: in name prefix check
```
import pymc as pm
with pm.Model("foo"):
print(pm.Normal("foobar"), pm.Normal("baz"))
```
before: `foobar foo::baz`
after: `foo::foobar foo::baz`
* add a unit test
0 commit comments