Currently we use JSON to serialize objects and store them with the tcutility.cache.cache_file decorator. Unfortunately, many objects are not serializable, for example most plams objects. To remedy this we could use the dill module instead to pickle any objects.
Currently we use JSON to serialize objects and store them with the
tcutility.cache.cache_file
decorator. Unfortunately, many objects are not serializable, for example most plams objects. To remedy this we could use the dill module instead to pickle any objects.