Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed May 5, 2021
1 parent fe2d51e commit 8fdcbb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion auto_calibration/auto_calibration_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
import numpy as np
from labrad.units import WithUnit as U
from scipy.optimize import curve_fit
from tinydb import TinyDB, where

# TODO: tinydb causes errors when ARTIQ 6 tries to load this file
# from tinydb import TinyDB, where
TinyDB = None
where = None

import artiq.dashboard.drift_tracker.client_config as cl
from artiq.experiment import *
Expand Down

0 comments on commit 8fdcbb4

Please sign in to comment.