minor changes/ trainer update
This commit is contained in:
committed by
Nicola Demo
parent
7528f6ef74
commit
b9753c34b2
@@ -30,5 +30,5 @@ class InputPointsEquationCondition(ConditionInterface):
|
||||
elif key == 'equation':
|
||||
check_consistency(value, (EquationInterface))
|
||||
InputPointsEquationCondition.__dict__[key].__set__(self, value)
|
||||
elif key in ('_condition_type', '_problem', 'problem', 'condition_type'):
|
||||
elif key in ('problem', 'condition_type'):
|
||||
super().__setattr__(key, value)
|
||||
Reference in New Issue
Block a user