Closed vsnever closed 2 years ago
This solves #53 by fixing __getstate__ and __setstate__() methods SOLPSSimulation and SOLPSMesh.
__getstate__
__setstate__()
SOLPSSimulation
SOLPSMesh
This PR also adds load() class method to SOLPSSimulation and removes redundant load_solps_from_pickle() function.
load()
load_solps_from_pickle()
I've added the SOLPSSimulation serialization test so this PR is ready for review.
This solves #53 by fixing
__getstate__
and__setstate__()
methodsSOLPSSimulation
andSOLPSMesh
.This PR also adds
load()
class method toSOLPSSimulation
and removes redundantload_solps_from_pickle()
function.