mirror of https://github.com/m-labs/artiq.git
test/sawg: skip 2tone demo test
This commit is contained in:
parent
ed6d1e73cc
commit
ea04fb2704
|
@ -180,8 +180,8 @@ class SAWGTest(unittest.TestCase):
|
||||||
plt.plot(out)
|
plt.plot(out)
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
# @unittest.skip("needs artiq.sim.time.TimeManager tweak for "
|
@unittest.skip("needs artiq.sim.time.TimeManager tweak for "
|
||||||
# "reverse timeline jumps")
|
"reverse timeline jumps")
|
||||||
def test_demo_2tone(self):
|
def test_demo_2tone(self):
|
||||||
MHz = 1e-3
|
MHz = 1e-3
|
||||||
ns = 1.
|
ns = 1.
|
||||||
|
|
Loading…
Reference in New Issue