Skip to content

Commit

Permalink
update numbuf (ray-project#392)
Browse files Browse the repository at this point in the history
* update numbuf

* Augment serialization tests.
  • Loading branch information
pcmoritz authored and robertnishihara committed Aug 26, 2016
1 parent 420bcc0 commit 93e6c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
(1.0, "hi"), None, (None, None), ("hello", None),
True, False, (True, False), u"\u262F",
{True: "hello", False: "world"},
{"hello" : "world", 1: 42, 1.0: 45}, {},
{"hello" : "world", 1: 42, 1.0: 45}, {}, {(): ()},
{(1, 2): 1}, {(): [1, 2, "hi"]}, (), [], [()], ((),),
np.int8(3), np.int32(4), np.int64(5),
np.uint8(3), np.uint32(4), np.uint64(5),
np.float32(1.0), np.float64(1.0)]
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/numbuf

0 comments on commit 93e6c99

Please sign in to comment.