mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-31 04:40:20 +08:00
pyon: Handle inf in decoding
This commit is contained in:
parent
8c88ce8169
commit
80c0aa5bfa
@ -193,6 +193,7 @@ _eval_dict = {
|
||||
"null": None,
|
||||
"false": False,
|
||||
"true": True,
|
||||
"inf": numpy.inf,
|
||||
"slice": slice,
|
||||
"nan": numpy.nan,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user