Skip to content
Snippets Groups Projects
Commit b31bbaab authored by schmittu's avatar schmittu :beer:
Browse files

fixed style

parent f5d65635
No related branches found
No related tags found
No related merge requests found
Pipeline #889 passed
......@@ -39,6 +39,7 @@ class ParameterBaseMeta:
return type(cls_name, bases, dict_)
"""
1. do we need the spawn model in multiprocessing, if not: do we still need to implement
__getstate__ etc?
......@@ -53,6 +54,7 @@ class ParameterBaseMeta:
add link from exisiting emzed.ethz.ch to emzed.ethz.ch/3
"""
def __getstate__(self):
values = {name: getattr(self, name) for name in self._store_fields}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment