fixed pickling issue
This commit is contained in:
@@ -457,7 +457,6 @@ class Parameters:
|
||||
self._param_dico = dict()
|
||||
for k, v in dumped_dict.items():
|
||||
setattr(self, k, v)
|
||||
self.__post_init__()
|
||||
|
||||
def __setattr__(self, k, v):
|
||||
if self.frozen and not k.endswith("_file"):
|
||||
|
||||
Reference in New Issue
Block a user