QInfer / python-qinfer

Library for Bayesian inference via sequential Monte Carlo for quantum parameter estimation.
BSD 3-Clause "New" or "Revised" License
92 stars 31 forks source link

Importing from qinfer.tests #131

Closed ihincks closed 7 years ago

ihincks commented 7 years ago

I want to do this:

from qinfer.tests import test_model

But qinfer.tests is not in the __init__. This particular function (test_model) is meant to be used by users on custom models. Should it be moved, imported specially, or something else?

cgranade commented 7 years ago

I think with #132 merged in, this issue can be closed now. Thanks!