rename variables for DIF to keep consistency

disable_edition_parent_scenario
Dylan Jeannin 2026-05-11 14:59:48 +02:00
parent c38e3ee446
commit b1daadf9f2
1 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ class DIFAdisTSWindow(PamhyrWindow):
self._delegate_method = ComboBoxDelegate(
trad=self._trad,
data=self._study.river,
ic_spec_lst=self._data[0]._data,
dif_spec_lst=self._data[0]._data,
parent=self,
mode="method"
)
@ -146,14 +146,14 @@ class DIFAdisTSWindow(PamhyrWindow):
self._delegate_reach = ComboBoxDelegate(
trad=self._trad,
data=self._study.river,
ic_spec_lst=self._data[0]._data,
dif_spec_lst=self._data[0]._data,
parent=self,
mode="reaches"
)
self._delegate_rk = ComboBoxDelegate(
trad=self._trad,
data=self._study.river,
ic_spec_lst=self._data[0]._data,
dif_spec_lst=self._data[0]._data,
parent=self,
mode="rk"
)