Skip to content

Commit

Permalink
Import pytensor from pymc
Browse files Browse the repository at this point in the history
  • Loading branch information
swillner authored and rgieseke committed Dec 12, 2024
1 parent 80db0c5 commit be5b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attrici/estimation/model_pymc5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import pymc as pm
import pytensor.tensor as pt
from pymc.pytensorf import pt

from attrici import distributions
from attrici.estimation.model import AttriciGLM, Model
Expand Down

0 comments on commit be5b278

Please sign in to comment.