Skip to content

Commit 5429412

Browse files
committed
Fix missing imports / exports
1 parent 107fbb9 commit 5429412

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

petab/v2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55

66
# TODO: move this module to v2
7+
from petab.v1.distributions import * # noqa: F401, E402
78
from petab.v1.mapping import ( # noqa: F403, F401, E402
89
get_mapping_df,
910
write_mapping_df,

petab/v2/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"Parameter",
7070
"ParameterScale",
7171
"ParameterTable",
72+
"PriorDistribution",
7273
]
7374

7475
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)