michaelaye / planet4

Analysis software for the PlanetFour citizen science project.
www.planetfour.org
ISC License
2 stars 3 forks source link

Automatic executable script creation doesn't work yet #9

Closed michaelaye closed 10 years ago

michaelaye commented 10 years ago

The 'develop' branch has this bug currently when trying to perform the reduction:

❯ python reduction.py ~/data/planet4/2014-07-06_planet_four_classifications.csv        [5:05:18 PM]
Traceback (most recent call last):
  File "reduction.py", line 134, in <module>
    main(args.csv_fname, args.raw_times, args.keep_dirt)
TypeError: inner() takes no arguments (3 given)
michaelaye commented 10 years ago

Solved long time ago.