From 7a2e93a9952034a5d35f0de97e9e6a8f937b96e8 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Fri, 10 Jul 2026 09:16:05 +0200 Subject: [PATCH] Results: Custom plot: Minor change. --- src/View/Results/CustomPlot/Plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py index 1143cd1a..4ef0d4f4 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -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],