Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Mar 27, 2024
1 parent 22d314e commit 535606c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def _create_densities_for_metype(metype: str) -> Optional[Tuple[str, str]]:
returns = Parallel(n_jobs=n_jobs, return_as="generator")(
delayed(_create_densities_for_metype)(metype) for metype in probability_map.columns
)
#returns = [_create_densities_for_metype(metype) for metype in probability_map.columns[0:10]]
# construct metadata
output_legend: Dict[str, Dict[str, str]] = defaultdict(dict)
for return_value in tqdm(returns, total=len(probability_map.columns)):
Expand Down

0 comments on commit 535606c

Please sign in to comment.