You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems passing argument allow_nan = False to flask.jsonify will not actually turn NaNs into something else like null - e.g. flask.jsonify({“a” : numpy.nan}) will produce {“a” : NaN}
It seems passing argument
allow_nan = Falsetoflask.jsonifywill not actually turnNaNs into something else likenull- e.g.flask.jsonify({“a” : numpy.nan})will produce{“a” : NaN}