test/serialization: remove redundant test since Quantity was removed

This commit is contained in:
Sebastien Bourdeauducq 2015-07-25 12:23:43 +08:00
parent 9fe65769f2
commit 8bc1dd9f9c
1 changed files with 0 additions and 2 deletions

View File

@ -4,14 +4,12 @@ from fractions import Fraction
import numpy as np
from artiq.language.units import *
from artiq.protocols import pyon
_pyon_test_object = {
(1, 2): [(3, 4.2), (2, )],
Fraction(3, 4): np.linspace(5, 10, 1),
"frequency": 10*GHz
}