forked from M-Labs/artiq
1
0
Fork 0

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:
Sebastien Bourdeauducq 2018-11-03 20:14:34 +08:00
parent f96084e88d
commit ad07274a1b
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class CoredeviceTest(ExperimentCase):
rate = self.dataset_mgr.get("pulse_rate")
print(rate)
self.assertGreater(rate, 100*ns)
self.assertLess(rate, 800*ns)
self.assertLess(rate, 700*ns)
def test_pulse_rate_dds(self):
"""Minimum interval for sustained DDS frequency switching"""