Skip to content

Commit

Permalink
TST Missed import.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Nov 25, 2016
1 parent 5018a3f commit 107a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_starting.py
Expand Up @@ -2,7 +2,7 @@
import numpy as np
from pymc3.tuning import starting
from pymc3 import Model, Uniform, Normal, Beta, Binomial, find_MAP, Point
from .models import simple_model, non_normal, exponential_beta
from .models import simple_model, non_normal, exponential_beta, simple_arbitrary_det

def test_accuracy_normal():
_, model, (mu, _) = simple_model()
Expand Down

0 comments on commit 107a483

Please sign in to comment.