Skip to content
Snippets Groups Projects
Commit 94d6a976 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Trying to fix core dump

parent 25099e78
Branches
Tags v2.0.3
1 merge request!11WIP: First attempt to approach the issue bob.bio.base#106
Pipeline #33251 canceled
......@@ -30,6 +30,11 @@ class Machine(_Machine_C):
return output_dict
def is_similar_to(self, other, **kwargs):
return super(Machine, self).is_similar_to(other, **kwargs)
@classmethod
def from_dict(cls, input_dict):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment