Skip to content

Commit

Permalink
python3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Apr 27, 2016
1 parent 3b96882 commit 61dffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desiutil/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_yamlify(self):
'num2':np.int64(4), 'bool':np.bool(True), 'lst':['tst2', np.int16(2)],
'tup':(1,3), 'dct':{'a':'tst3', 'b':np.float32(6.)}}
assert isinstance(fdict,dict)
assert isinstance(fdict['name'], unicode)
assert not isinstance(fdict['name'], str)
assert isinstance(fdict['flt32'], np.float32)
# Run
ydict = yamlify(fdict)
Expand Down

0 comments on commit 61dffde

Please sign in to comment.