Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit ffdf62b

Browse files
authored
Add stansummary to main namespace
Add stansummary (str table, printable) to main namespace from pystan.misc
1 parent c1af5ae commit ffdf62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import logging
88

99
from pystan.api import stanc, stan
10-
from pystan.misc import read_rdump, stan_rdump
10+
from pystan.misc import read_rdump, stan_rdump, stansummary
1111
from pystan.model import StanModel
1212
from pystan.lookup import lookup
1313

0 commit comments

Comments
 (0)