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

Bug fix: Switched dimensions #117

Merged
merged 4 commits into from
Feb 14, 2020
Merged

Bug fix: Switched dimensions #117

merged 4 commits into from
Feb 14, 2020

Conversation

jpsimen
Copy link
Contributor

@jpsimen jpsimen commented Feb 10, 2020

Working with non-square images, I found a bug in two places that switched the dimensions of the height and width axes. I changed this to the correct shape dimensions.

[x] Run tests using tox
[x] Format using black

RaphaelMeudec
RaphaelMeudec previously approved these changes Feb 13, 2020
@RaphaelMeudec
Copy link
Collaborator

@jpsimen Thanks for fixing this! Could you have a quick look over the lint error? Thanks!

@jpsimen
Copy link
Contributor Author

jpsimen commented Feb 13, 2020

The lint error was a false positive (according to this Pylint issue). Therefore, I added # pylint: disable=unsubscriptable-object to the two lines causing the error.

@RaphaelMeudec RaphaelMeudec merged commit ffdf750 into sicara:master Feb 14, 2020
@RaphaelMeudec
Copy link
Collaborator

@jpsimen Thanks for your contribution!

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