Skip to content

Commit

Permalink
comment under num_workers
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jan 30, 2025
1 parent a3bff51 commit 14e58e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyaerocom/aeroval/setup_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ class EvalRunOptions(BaseModel):
#: If True, process only maps (skip obs evaluation)
only_model_maps: bool = False
obs_only: bool = False
num_workers: int = 1 #: Number of parallel workers to utilize when parallel processing is available. Currently implemented in :func:`pyaerocom.aeroval.coldatatojson_helpers.py::_process_stats_timeseries_for_all_regions`
num_workers: int = 1
#: Number of parallel workers to utilize when parallel processing is available. Currently implemented in :func:`pyaerocom.aeroval.coldatatojson_helpers.py::_process_stats_timeseries_for_all_regions`


class ProjectInfo(BaseModel):
Expand Down

0 comments on commit 14e58e8

Please sign in to comment.