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
I like that Andromeda saves the attributes as JSON, as that will allow the same object to be used in Python. But right now it is very picky, and will throw an error if any of the attributes contains an S3 object.
Recommend using force = TRUE when calling write_json to avoid annoying errors.
The text was updated successfully, but these errors were encountered:
* Using ParallelLogger's JSON functions to store attributes. Fixes#54
* Dropping jsonlite from DESCRIPTION
---------
Co-authored-by: Admin_mschuemi <[email protected]>
I like that Andromeda saves the attributes as JSON, as that will allow the same object to be used in Python. But right now it is very picky, and will throw an error if any of the attributes contains an S3 object.
Recommend using
force = TRUE
when callingwrite_json
to avoid annoying errors.The text was updated successfully, but these errors were encountered: