Skip to content

Conversation

royerloic
Copy link
Member

ACS: Last minute PR to add missing link to second dataset mentioned in use case...

@royerloic royerloic requested a review from AhmetCanSolak April 27, 2022 14:58
Copy link
Collaborator

@AhmetCanSolak AhmetCanSolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will take care of black/flake checks and get this merged asap!

@@ -46,7 +46,7 @@ def _downscale(length):

# Compute zoom factor
zoom_per_axis = tuple(
1.0 / d if s > 1 else 1 for d, s in zip(downscale_factor, image.shape)
1.0 / d if s > d else 1 for d, s in zip(downscale_factor, image.shape)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is safer condition, thanks @royerloic !

@AhmetCanSolak AhmetCanSolak merged commit d9f661a into royerlab:master Apr 27, 2022
@royerloic royerloic deleted the current_fixes branch May 23, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants