Skip to content

Commit 399e65e

Browse files
committed
Fix incorrect petab.v2 import in petab.v1.priors
1 parent cf82b88 commit 399e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/v1/priors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
import pandas as pd
66

7-
from ..v2.C import PREEQUILIBRATION_CONDITION_ID
7+
from ..v1.C import PREEQUILIBRATION_CONDITION_ID
88
from . import (
99
ESTIMATE,
1010
LAPLACE,

0 commit comments

Comments
 (0)