Study: Add minor comment.

scenarios
Pierre-Antoine 2026-06-05 10:54:51 +02:00
parent 8182d434ec
commit 31ae0ab8e0
1 changed files with 3 additions and 0 deletions

View File

@ -520,6 +520,9 @@ class Study(SQLModel):
[self.scenarios, self._river]
)
logger.debug(cnt)
# HACK: 8 is the number of SQL request do and dont counted in
# submodel save_count (let's count sql execute into the
# '_save' method)
return cnt + 8
def close(self):