Skip to content

Commit

Permalink
Revert removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 3, 2024
1 parent 70135e5 commit 576c7a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ 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
)

# 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 576c7a3

Please sign in to comment.