Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 3, 2024
1 parent 7783705 commit 72904b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _create_densities_for_metype(metype: str) -> Optional[Tuple[str, str]]:
density = annotation_index.ravel(molecular_type_densities[molecular_type])
metype_density[region_indices] += density[region_indices] * coefficient

# reshape the 1d metype_density array ack to the annotation's shape
# reshape the 1d metype_density array back to the annotation's shape
metype_density = annotation_index.unravel(metype_density)

if np.any(metype_density):
Expand Down

0 comments on commit 72904b1

Please sign in to comment.