Skip to content

Commit

Permalink
Black nby hand
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis authored Jul 18, 2024
1 parent bbe473c commit c7f6ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exareme2/controller/services/flower/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ async def exec_algorithm(self, algorithm_name, algorithm_request_dto):
] = self.worker_landscape_aggregator.get_csv_paths_per_worker_id(
algorithm_request_dto.inputdata.data_model,
algorithm_request_dto.inputdata.datasets
+ algorithm_request_dto.inputdata.validation_datasets if algorithm_request_dto.inputdata.validation_datasets else [],
+ algorithm_request_dto.inputdata.validation_datasets
if algorithm_request_dto.inputdata.validation_datasets
else [],
)
workers_info = [
self.worker_landscape_aggregator.get_worker_info(worker_id)
Expand Down

0 comments on commit c7f6ddf

Please sign in to comment.