2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

examples/histogram: artiq -> artiq.experiment

This commit is contained in:
Sebastien Bourdeauducq 2016-02-08 22:24:23 +01:00
parent 4733c4ba1e
commit 1a2596de8e

View File

@ -2,7 +2,7 @@ from time import sleep
import numpy as np
from artiq import *
from artiq.experiment import *
class Histograms(EnvExperiment):