Skip to content

Commit

Permalink
Fix incorrect petab.v2 import in petab.v1.priors
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 16, 2024
1 parent cf82b88 commit 399e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab/v1/priors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import pandas as pd

from ..v2.C import PREEQUILIBRATION_CONDITION_ID
from ..v1.C import PREEQUILIBRATION_CONDITION_ID
from . import (
ESTIMATE,
LAPLACE,
Expand Down

0 comments on commit 399e65e

Please sign in to comment.