Skip to content

Commit

Permalink
add abstract class to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 committed Dec 9, 2024
1 parent 7850bd0 commit 0de6cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryojax/inference/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
AbstractMarginalDistribution as AbstractMarginalDistribution,
)
from ._gaussian_distributions import (
AbstractGaussianDistribution as AbstractGaussianDistribution,
IndependentGaussianFourierModes as IndependentGaussianFourierModes,
IndependentGaussianPixels as IndependentGaussianPixels,
)

0 comments on commit 0de6cf5

Please sign in to comment.