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

Use divide method (and fix a couple errors that uncovered) #116

Merged
merged 6 commits into from
Jun 12, 2014

Commits on Jun 10, 2014

  1. Documentation updates

    mwcraig committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    4393217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7a988 View commit details
    Browse the repository at this point in the history
  3. Change tests of flat_correct to use flats whose value are not all the…

    … same
    
    When the flat has values that are all the same, the flat_correct ends up just dividing by 1.
    mwcraig committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    6b135a6 View commit details
    Browse the repository at this point in the history
  4. Change flat_correct to use results of arithmetic methods

    The methods return a new CCDData, leaving the original unchanged.
    mwcraig committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    c123252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80bf577 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2ae3c0 View commit details
    Browse the repository at this point in the history