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

DM-14204: Modernize python in ip_* packages #84

Merged
merged 4 commits into from Apr 30, 2018
Merged

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Apr 25, 2018

No description provided.

@r-owen r-owen force-pushed the tickets/DM-14204 branch 2 times, most recently from 4880360 to d083bcf Compare April 26, 2018 00:30
import unittest

from builtins import range
from past.builtins import basestring
Copy link
Contributor

Choose a reason for hiding this comment

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

As you are doing more than future, you may consider changing the commit message to something about dropping py2 support and syntax, but it is just a suggestion


This task has no debug variables

\section ip_diffim_imageDecorrelation_DecorrelateALKernelSpatialTask_Example Example of using DecorrelateALKernelSpatialTask
@section ip_diffim_imageDecorrelation_DecorrelateALKernelSpatialTask_Example Example of using DecorrelateALKernelSpatialTask # noqa E501
Copy link
Contributor

Choose a reason for hiding this comment

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

Should there be two spaces before Example?

Copy link
Contributor Author

@r-owen r-owen Apr 30, 2018

Choose a reason for hiding this comment

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

It does not make any difference. However, in responding to this I see another error: the # noqa 501 is going to show up as part of the title so will fix that (in two files) by shortening the line and removing the # noqa. While I'm fixing that I'll make it one space in the files I fix.

Doxygen and pep8 don't get along very well.

Remove use of future and __future__
I don't know how to fix or hide the ## E266 warnings for the
`##` comment blocks.
@r-owen r-owen merged commit 49aad9d into master Apr 30, 2018
@ktlim ktlim deleted the tickets/DM-14204 branch August 25, 2018 06:44
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