mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
pyon: Handle inf in decoding
This commit is contained in:
parent
38fca01189
commit
b7abf2fb53
@ -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