Math domain error

Issue #33 invalid
Former user created an issue

Hello,

I was trying to use the baseline function but I get a math domain error when running the program:

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/spyder/utils/site/sitecustomize.py", line 880, in runfile execfile(filename, namespace) File "/usr/lib/python2.7/dist-packages/spyder/utils/site/sitecustomize.py", line 94, in execfile builtins.execfile(filename, *where) File "/home/juanma/Tests/Test_voltagrama.py", line 39, in <module> I_array=peakutils.baseline(I_array, max_it=10)
File "build/bdist.linux-x86_64/egg/peakutils/baseline.py", line 46, in baseline ValueError: math domain error

Comments (2)

  1. Log in to comment