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

port obs_decam to python3 Tickets/dm 7307 #37

Merged
merged 4 commits into from
Nov 10, 2016
Merged

Commits on Nov 7, 2016

  1. autopep8 cleanup

    parejkoj committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    9b80150 View commit details
    Browse the repository at this point in the history
  2. futurize -1 pass

    parejkoj committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    08e1f00 View commit details
    Browse the repository at this point in the history
  3. Futurize -2 pass

    parejkoj committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    996fbcb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Fix integer->float division bug and raise on errors in testProcessCcd

    ProcessCcdTask.parseAndRun was failing without raising an exception, and so the
    subsequent tests would fail because the files they expected were not created,
    and thus it was really unclear where the problem was. Adding --doraise to the
    arguments means the failure happens in setUp, so debugging is easier.
    parejkoj committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    770a1f1 View commit details
    Browse the repository at this point in the history