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
The current format is not serializable, so it can't be non-trivially sent over a network connection. We need to add Cpt.from_json() and Cpt.to_json() methods (same for Borehole).
The current format is not serializable, so it can't be non-trivially sent over a network connection. We need to add
Cpt.from_json()andCpt.to_json()methods (same for Borehole).