We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107fbb9 commit 5429412Copy full SHA for 5429412
petab/v2/__init__.py
@@ -4,6 +4,7 @@
4
"""
5
6
# TODO: move this module to v2
7
+from petab.v1.distributions import * # noqa: F401, E402
8
from petab.v1.mapping import ( # noqa: F403, F401, E402
9
get_mapping_df,
10
write_mapping_df,
petab/v2/core.py
@@ -69,6 +69,7 @@
69
"Parameter",
70
"ParameterScale",
71
"ParameterTable",
72
+ "PriorDistribution",
73
]
74
75
logger = logging.getLogger(__name__)
0 commit comments