Skip to content

Commit

Permalink
address Alessia's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Jan 14, 2023
1 parent e79ef33 commit c355939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions histolab/util.py
Expand Up @@ -98,14 +98,14 @@ def refine_thumbnail_size_preserving_aspect_ratio(
Parameters
----------
thumbnail_size: tuple
thumbnail_size : Tuple[int, int]
The width and height of the thumbnail.
original_size: tuple
original_size : Tuple[int, int]
The width and height of the original image.
Returns
-------
The news width and height with aspect ration preserved.
The new width and height with preserved aspect ratio.
"""

def round_aspect(number, key):
Expand Down

0 comments on commit c355939

Please sign in to comment.