We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686b42e commit 9514f90Copy full SHA for 9514f90
pymc_experimental/tests/model/test_marginal_model.py
@@ -4,6 +4,7 @@
4
import numpy as np
5
import pandas as pd
6
import pymc as pm
7
+import pytensor.tensor as pt
8
import pytest
9
from arviz import InferenceData, dict_to_dataset
10
from pymc import ImputationWarning, inputvars
0 commit comments