justindressel / QuantumBayesian.jl

Julia package for simulating quantum evolution, including quantum Bayesian stochastic readout.
Other
13 stars 8 forks source link

Update CI URLs to point to new caching infrastructure #4

Closed staticfloat closed 7 years ago

staticfloat commented 7 years ago

Hello there! This is an automated pull request submitted by @staticfloat to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a look at this PR, and if there is a problem or it doesn't download correctly when CI runs, feel free to ping @staticfloat

justindressel commented 7 years ago

@staticfloat Seems the tests fail for the nightly builds, but pass for the release version. Any idea what the difference is?

staticfloat commented 7 years ago

It looks like 0.6+ is more strict about type definitions, and you're getting an invalid subtyping error in your definition of Ensemble.

justindressel commented 7 years ago

Ah thanks - I'll fix everything later this week to mesh with current type definitions, and merge your request.