From 3fc086b867f445c19d18f352f9ad016d41ead80a Mon Sep 17 00:00:00 2001 From: Mathis ROUX Date: Wed, 2 Oct 2024 12:59:36 +0000 Subject: [PATCH] fix: move decorator on a non-recursive function --- cars/orchestrator/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cars/orchestrator/orchestrator.py b/cars/orchestrator/orchestrator.py index 26f7ba06..91d9601d 100644 --- a/cars/orchestrator/orchestrator.py +++ b/cars/orchestrator/orchestrator.py @@ -388,7 +388,6 @@ def get_data(self, tag, future_object): return data, nodata - @cars_profile(name="Compute futures") def compute_futures(self, only_remaining_delayed=None): """ Compute all futures from regitries @@ -555,6 +554,7 @@ def reset_registries(self): # reset cars_ds names infos self.cars_ds_names_info = [] + @cars_profile(name="Compute futures") def breakpoint(self): """ Breakpoint : compute all delayed, save and replace data