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-5323 #5

Merged
merged 2 commits into from
May 5, 2016
Merged

DM-5323 #5

merged 2 commits into from
May 5, 2016

Commits on May 3, 2016

  1. Modify FringeTask to use SubtractBackgroundTask

    Replace getBackground with SubtractBackgroundTask in FringeTask.
    As a result, get rid of the subtractBackground method
    (override by retargeting the subtask, instead).
    r-owen committed May 3, 2016
    Configuration menu
    Copy the full SHA
    7537979 View commit details
    Browse the repository at this point in the history
  2. Fix pyflakes warnings

    Removed unused imports
    Rewrapped lines that were too long
    Changed on instance of "not foo in bar" to "foo not in bar"
    Changed one instance of an exception being saved to a variable
    and then ignored
    r-owen committed May 3, 2016
    Configuration menu
    Copy the full SHA
    db66401 View commit details
    Browse the repository at this point in the history