Results: Custom plot: Minor change.

master
Pierre-Antoine 2026-07-10 09:16:05 +02:00
parent 5327c29641
commit 7a2e93a995
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class CustomPlot(PamhyrPlot):
table = results.get("table")["zfd"]
ts = results.get_timestamp_id(self._current_timestamp)
rk = reach.geometry.get_rk()
# rk = reach.geometry.get_rk()
z = list(
map(
lambda p: table[ts, p.global_index],