joha2 / pyrate

This is my pyrate fork. Goal is for me to provide a useful FreeCAD interface.
GNU General Public License v2.0
3 stars 1 forks source link

Bug ? #11

Closed theinze closed 7 years ago

theinze commented 7 years ago

I've tried to run demo_effl.py and demo_loadsave.py but get the following error:

Traceback (most recent call last):
  File "demo_effl.py", line 69, in <module>
    s = OpticalSystem(objectDistance = 0.0)
TypeError: __init__() got an unexpected keyword argument 'objectDistance'

I have an Ubuntu machine, with Python 2.7.6, numpy 1.8.2, scipy 0.13.3, matplotlib 1.3.1 running ...

joha2 commented 7 years ago

fixed