Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current fixes #158

Merged
merged 5 commits into from
Apr 27, 2022
Merged

Current fixes #158

merged 5 commits into from
Apr 27, 2022

Conversation

royerloic
Copy link
Member

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

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.

None yet

2 participants