2
0
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:
Charles Baynham 2019-09-11 15:50:21 +01:00 committed by Sébastien Bourdeauducq
parent 38fca01189
commit b7abf2fb53

View File

@ -193,6 +193,7 @@ _eval_dict = {
"null": None,
"false": False,
"true": True,
"inf": numpy.inf,
"slice": slice,
"nan": numpy.nan,