mirror of https://gitlab.com/pamhyr/pamhyr2
SolverParams: quickfix for solverparams copy on scenario creation
parent
37ea83d42a
commit
78eed7af13
|
|
@ -216,6 +216,9 @@ class Parameter(SQLSubModel):
|
|||
return new
|
||||
|
||||
def _db_save(self, execute, data=None):
|
||||
if not self.must_be_saved():
|
||||
return True
|
||||
|
||||
ind = data["ind"]
|
||||
solver = data["solver"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue