BBN-Q / PyQLab

A python library for instrument control and superconducting QIP experiments.
Apache License 2.0
25 stars 11 forks source link

A channel library file is now needed #116

Closed matthewware closed 8 years ago

matthewware commented 8 years ago

Need channelLibFile in the config for the migrators to work. -MW

caryan commented 8 years ago

The goal of #115 was that the ChannelLibrary was a QGL thing and anything that needed it should import it from QGL.

matthewware commented 8 years ago

Ah! I had an older version of JSONLibraryUtils laying around. It was still looking for config.channelLibFile. Seems to work now without setting anything in the config.py.