GALAHProject / oracle

3 stars 1 forks source link

Change from continuum_order to continuum_degree #31

Closed DanielAndreasen closed 9 years ago

DanielAndreasen commented 9 years ago

This pull request tries to take care of issue #17.

Major changes: Changed continuum_order to continuum_degree and added 1 all places (looks this trough carefully).

Minor changes: Removed trailing whitespaces and fixed some eye candy (some lines were under-indented according to pyflake). This is only done in the files where continuum_degree were found.

andycasey commented 9 years ago

Hi Daniel.

Thanks for this contribution! I won't have time to work on this repository until the next few weeks, so i will merge it after that.

Cheerios, Andy

Sent from my Commodore 64

On 4 May 2015, at 5:39 pm, Daniel Thaagaard Andreasen notifications@github.com wrote:

DanielAndreasen wants to merge 1 commit into andycasey:develop from DanielAndreasen:issue17:

This pull request tries to take care of issue #17.

Major changes: Changed continuum_order to continuum_degree and added 1 all places (looks this trough carefully).

Minor changes: Removed trailing whitespaces and fixed some eye candy (some lines were under-indented according to pyflake). This is only done in the files where continuum_degree were found.

You can view, comment on, or merge this pull request online at:

https://github.com/andycasey/new-oracle/pull/31

Commit Summary

Change from continuum_order to continuum_degree File Changes

M oracle/models/equalibria.py (98) M oracle/models/model.py (44) M oracle/models/test_transitions.py (4) M oracle/models/transitions.py (66) M oracle/specutils/cross_correlate.py (36) Patch Links:

https://github.com/andycasey/new-oracle/pull/31.patch https://github.com/andycasey/new-oracle/pull/31.diff — Reply to this email directly or view it on GitHub.

DanielAndreasen commented 9 years ago

Hi Andy,

No rush. I was a bit bored, and took the time to look at your issues. You asked helped for this one, so I gave it a go.

Cheers, Daniel