-
Notifications
You must be signed in to change notification settings - Fork 31
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
mspectrum raises NotImplementedError on macOS #154
Comments
This is another sign of some of the problems with the continuum routines as in issue #155 and I am working to correct them. In the meantime, there is the v 0.7.0 release that works but the continuum calculations are not as good as in the current version, when I get it working again. |
|
@Astroprog could post the exact code snippet that led to this error? |
@kdere I'm pretty sure this is just a consequence of executing the # Raises NotImplementedError on Mac OSX because of broken sem_getvalue() The only option I think would be to find a different way of getting the queue size, at least on OS X. There is a similar issue here: vterron/lemon#11 |
Try running the calculation without calculating the continuum. The spectral line intensities calculations have not changed and this may tell us something |
I just did this myself and the calculation worked for me. |
When calling mspectrum() on macOS (10.12.6, python3.6) the NotImplementedError is raised.
It seems to be a multiprocessing module dependent error, since calling the qsize() method might fail under macOS.
The text was updated successfully, but these errors were encountered: