Skip to content

Commit 56f7681

Browse files
export GraphicalSimulator
1 parent d8ac4fd commit 56f7681

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bayesflow/experimental/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Unstable or largely untested networks, proceed with caution.
33
"""
44

5+
from ..utils._docs import _add_imports_to_all
56
from .cif import CIF
67
from .continuous_time_consistency_model import ContinuousTimeConsistencyModel
78
from .diffusion_model import DiffusionModel
89
from .free_form_flow import FreeFormFlow
9-
10-
from ..utils._docs import _add_imports_to_all
10+
from .graphical_simulator import GraphicalSimulator
1111

1212
_add_imports_to_all(include_modules=["diffusion_model"])
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .graphical_simulator import GraphicalSimulator

0 commit comments

Comments
 (0)