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
We can make the pymtg.io.json_dump function compatible with numpy types by defining our own JSONEncoder. See example to support numpy arrays, ints and floats:
We can make the
pymtg.io.json_dump
function compatible with numpy types by defining our ownJSONEncoder
. See example to support numpy arrays, ints and floats:The text was updated successfully, but these errors were encountered: