Skip to content

Commit

Permalink
fix: init downwards compability for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Sep 27, 2024
1 parent 349ff07 commit 3aeb3d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions syndat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from syndat import domain
from syndat import scores
from syndat import visualization
from syndat import postprocessing

from .visualization import (
plot_distributions,
plot_correlations,
Expand Down

0 comments on commit 3aeb3d0

Please sign in to comment.