andycasey / smhr

Spectroscopy Made Hard(er)
14 stars 7 forks source link

Exception raised: #251

Closed maddiecain closed 7 years ago

maddiecain commented 7 years ago

An exception was encountered using version 131ee08 on Python 2.7.6 | 32-bit | (default, Sep 15 2014, 17:36:57) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]:

Traceback (most recent call last):

  File "/Users/madelyncain/smhr/smh/gui/chemical_abundances.py", line 907, in fit_one
    res = spectral_model.fit()

  File "/Users/madelyncain/smhr/smh/spectral_models/synthesis.py", line 357, in fit
    isotopes=self.session.metadata["isotopes"])

  File "/Users/madelyncain/smhr/smh/spectral_models/synthesis.py", line 73, in approximate_spectral_synthesis
    twd=model.session.twd) # TODO other kwargs?

  File "/Users/madelyncain/smhr/smh/radiative_transfer/moog/synthesis.py", line 111, in synthesize
    assert code == 0 # HACK # TODO

AssertionError

Additional details on how this exception occurred:

alexji commented 7 years ago

Is this with MOOG11? We don't have full support for that (and probably won't after I fix the bugs in MOOG17).

maddiecain commented 7 years ago

oops yeah it is lol

alexji commented 7 years ago

No worries. I'm going to close this as something we won't fix right now.

On Mon, Aug 7, 2017 at 11:40 AM, maddiecain notifications@github.com wrote:

oops yeah it is lol

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/andycasey/smhr/issues/251#issuecomment-320746253, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8IjmaMbNFa9eWjZ5t-O-vfWRN-GnjVks5sV1o7gaJpZM4OvJam .

alexji commented 7 years ago

(Not going to support MOOG11)