We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2731663 commit 18d2557Copy full SHA for 18d2557
mcbackend/__init__.py
@@ -2,7 +2,8 @@
2
A framework agnostic implementation for storage of MCMC draws.
3
"""
4
from .backends.numpy import NumPyBackend
5
-from .core import Backend, Chain, ChainMeta, Run, RunMeta
+from .core import Backend, Chain, Run
6
+from .meta import ChainMeta, Coordinate, DataVariable, ExtendedValue, RunMeta, Variable
7
8
# Backends
9
try:
0 commit comments