Results: PlotXY: Minor change.

opt-result
Pierre-Antoine 2026-06-26 10:51:36 +02:00
parent 20c2cb7ea4
commit fef2e1a40c
1 changed files with 3 additions and 3 deletions

View File

@ -304,9 +304,9 @@ class PlotXY(PamhyrPlot):
poly_l_x, poly_l_y, poly_r_x, poly_r_y = [], [], [], []
for profile in reach.profiles:
water_z = profile.get_ts_key(
self._current_timestamp, "Z"
)
# water_z = profile.get_ts_key(
# self._current_timestamp, "Z"
# )
pt_left, pt_right = profile.get_ts_key(
self._current_timestamp,