forked from M-Labs/artiq
Revert "relax test_pulse_rate"
This reverts commit eadb39c283
.
Seems the performance loss was caused by conda installing the wrong llvmlite-artiq,
which is now fixed.
This commit is contained in:
parent
f96084e88d
commit
ad07274a1b
|
@ -426,7 +426,7 @@ class CoredeviceTest(ExperimentCase):
|
||||||
rate = self.dataset_mgr.get("pulse_rate")
|
rate = self.dataset_mgr.get("pulse_rate")
|
||||||
print(rate)
|
print(rate)
|
||||||
self.assertGreater(rate, 100*ns)
|
self.assertGreater(rate, 100*ns)
|
||||||
self.assertLess(rate, 800*ns)
|
self.assertLess(rate, 700*ns)
|
||||||
|
|
||||||
def test_pulse_rate_dds(self):
|
def test_pulse_rate_dds(self):
|
||||||
"""Minimum interval for sustained DDS frequency switching"""
|
"""Minimum interval for sustained DDS frequency switching"""
|
||||||
|
|
Loading…
Reference in New Issue