Skip to content

Commit

Permalink
pyon: no float128 on windows
Browse files Browse the repository at this point in the history
jordens committed Apr 24, 2016
1 parent aee4859 commit ec5eca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artiq/protocols/pyon.py
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@
_numpy_scalar = {
"int8", "int16", "int32", "int64",
"uint8", "uint16", "uint32", "uint64",
"float16", "float32", "float64", "float128",
"complex64", "complex128", "complex256",
"float16", "float32", "float64",
"complex64", "complex128",
}


0 comments on commit ec5eca0

Please sign in to comment.