Skip to content

Commit

Permalink
test/serialization: fix syntax
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 11, 2016
1 parent fcf7a6b commit c9a9d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/serialization.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
_pyon_test_object = {
(1, 2): [(3, 4.2), (2, )],
Fraction(3, 4): np.linspace(5, 10, 1),
{"testing", "sets"},
"set": {"testing", "sets"},
"a": np.int8(9), "b": np.int16(-98), "c": np.int32(42), "d": np.int64(-5),
"e": np.uint8(8), "f": np.uint16(5), "g": np.uint32(4), "h": np.uint64(9),
"x": np.float16(9.0), "y": np.float32(9.0), "z": np.float64(9.0),

0 comments on commit c9a9d19

Please sign in to comment.