Skip to content

Commit

Permalink
Merge branch 'fix-profiling-of-compute-futures' into 'master'
Browse files Browse the repository at this point in the history
Fix d'un décorateur de profiling

Closes #916

See merge request 3d/cars-park/cars!749
  • Loading branch information
dyoussef committed Oct 10, 2024
2 parents 2396612 + 3fc086b commit db05953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cars/orchestrator/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db05953

Please sign in to comment.