Commit 453a2084 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug

No related merge requests found
Pipeline #56420 passed with stages
in 56 seconds
Showing with 1 addition and 2 deletions
+1 -2
......@@ -372,12 +372,11 @@ class InitialConditions(SQLSubModel):
profiles = self._reach.reach.profiles.copy()
self._sort_by_z_and_kp(profiles)
logger.debug(f"incline = {incline}")
previous_elevation = -99999.99
if compute_discharge:
incline = self._reach.reach.get_incline_median_mean()
logger.debug(f"incline = {incline}")
self._data = []
for profile in profiles:
width = profile.width_approximation()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment