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

Travis CI DOCTEST=1 build broken #107

Closed cgranade closed 7 years ago

cgranade commented 7 years ago

As encountered in the CI builds for #106, upstream changes in QuTiP have prevented doctest builds from running correctly. I think it makes sense to switch the doctest environment to install the released QuTiP version instead of the one from their Git master, now that the released version has everything we need for tomography support.