Skip to content

Commit

Permalink
Add to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Sep 6, 2023
1 parent 9e508e4 commit 7074e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jnotype/pyramids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""Gibbs samplers for Bayesian pyramids."""

from jnotype.pyramids._sampler_fixed import TwoLayerPyramidSampler
from jnotype.pyramids._sampler_csp import TwoLayerPyramidSamplerNonparametric

__all__ = [
"TwoLayerPyramidSampler",
"TwoLayerPyramidSamplerNonparametric",
]

0 comments on commit 7074e36

Please sign in to comment.