Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EN_track math domain error #167

Open
bkatiemills opened this issue Jun 8, 2016 · 0 comments
Open

EN_track math domain error #167

bkatiemills opened this issue Jun 8, 2016 · 0 comments

Comments

@bkatiemills
Copy link
Member

EN_track appears bugged on the latest quota set from Tim; for example on his IQUOD_Quota_20.dat, EN_track throws

Traceback (most recent call last):
  File "AutoQC.py", line 96, in <module>
    parallel_result = processFile.parallel(filenames)
  File "/AutoQC/util/main.py", line 117, in easy_parallize
    result = pool.map(f, sequence) # for i in sequence: result[i] = f(i)
  File "/opt/conda/lib/python2.7/multiprocessing/pool.py", line 251, in map
    return self.map_async(func, iterable, chunksize).get()
  File "/opt/conda/lib/python2.7/multiprocessing/pool.py", line 567, in get
    raise self._value
ValueError: math domain error

within the first 10 profiles. I will look into this more deeply in future, but since I'd like to focus on the new database backend which will dramatically change (and improve) how EN_track works, I'm just going to leave this as a todo until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant