Skip to content

Commit

Permalink
Merge pull request #5 from mirca/major-bug-fix
Browse files Browse the repository at this point in the history
[BUG]: fix major bugs in PyKE
  • Loading branch information
mirca authored Apr 27, 2017
2 parents 1244cbe + 3f8a7f3 commit 3963a75
Show file tree
Hide file tree
Showing 79 changed files with 4,956 additions and 12,101 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ target/

# Custom additions
pyraf

# Mac OSX
.DS_Store

# VIM
.*.swp
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ python:
- "2.7.13"
# command to install dependencies
install: "pip install -r requirements.txt"

# command to run tests
script: pytest
script:
- pytest
2 changes: 1 addition & 1 deletion addpath.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inserts the directory containing links
# to all Python-based tasks in the STSDAS tree to
# to all Python-based tasks in the STSDAS tree to
# the default Python path.

import iraf,sys
Expand Down
3 changes: 1 addition & 2 deletions keparith.par
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ constantval,r,a,None,,,'Use a given number in operation (float)'
operation,s,a,'Add','add|subtract|multiply|divide','Divide flux by a constant (float)'
clobber,b,h,'no',,,'Overwrite output file? (boolean)'
verbose,b,h,'no',,,'Write to log file? (boolean)'
logfile,s,h,'kepcotrend.log',,,'Name of ascii log file? (string)'
logfile,s,h,'keparith.log',,,'Name of ascii log file? (string)'
status,i,h,0,,,'Exit status (0=good)'
mode,s,h,"al"

Loading

0 comments on commit 3963a75

Please sign in to comment.