Closed monamolham closed 4 years ago
Hi, After Installation I run test_script.py and I got the next error
~/validation$ python3.6 test_script.py Traceback (most recent call last): File "test_script.py", line 58, in prof.SBprofile(ellipse_ratio=ellrat,ellipse_angle=ellang+180.) TypeError: SBprofile() got an unexpected keyword argument 'ellipse_angle'
According to the documentation, I replaced "ellipse_angle" with "rotation_angle" and this step passed. I thought it would be helpful to mention that!
Thanks! Indeed, I changed the name of the parameter but forgot to update the test script.
Pushed update, closing
Hi, After Installation I run test_script.py and I got the next error
~/validation$ python3.6 test_script.py Traceback (most recent call last): File "test_script.py", line 58, in
prof.SBprofile(ellipse_ratio=ellrat,ellipse_angle=ellang+180.)
TypeError: SBprofile() got an unexpected keyword argument 'ellipse_angle'
According to the documentation, I replaced "ellipse_angle" with "rotation_angle" and this step passed. I thought it would be helpful to mention that!