Skip to content

Commit c9a9d19

Browse files
committedFeb 11, 2016
test/serialization: fix syntax
1 parent fcf7a6b commit c9a9d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/test/serialization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
_pyon_test_object = {
1111
(1, 2): [(3, 4.2), (2, )],
1212
Fraction(3, 4): np.linspace(5, 10, 1),
13-
{"testing", "sets"},
13+
"set": {"testing", "sets"},
1414
"a": np.int8(9), "b": np.int16(-98), "c": np.int32(42), "d": np.int64(-5),
1515
"e": np.uint8(8), "f": np.uint16(5), "g": np.uint32(4), "h": np.uint64(9),
1616
"x": np.float16(9.0), "y": np.float32(9.0), "z": np.float64(9.0),

0 commit comments

Comments
 (0)
Please sign in to comment.