mommermi / photometrypipeline

automated photometry pipeline for small to medium-sized observatories
GNU General Public License v3.0
62 stars 27 forks source link

Fixed issue taking exactly 6 arguments (5 given) #34

Closed tstibor closed 6 years ago

tstibor commented 6 years ago

Running 'pp_run all' fails with error

File "photometrypipeline/pp_run", line 406, in fixed_aprad, source_tolerance) TypeError: run_the_pipeline() takes exactly 6 arguments (5 given)

because solar argument is missing.

mommermi commented 6 years ago

Thanks, Thomas!