Replies: 1 comment 5 replies
-
Can you post a minimal example that leads to the error? It's not obvious to me why phoenix should give and error but ck2004 not, so a code snippet that leads to the error might help us track it down. As for asini, this is a constrained parameter so, without flipping the constraint with another parameter, you shouldn't be able to set it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to fit a binary consisting of a MS star and a pulsar. When using phoenix atmosphere for the companion I get a warning during run_compute()
and the error
According to the linked paper on the Phoebe website these values should all be within range. I have looked through the datasets manually to make sure neither teff or logg goes out of range.
If I try setting the teff@secondary (MS star) to 10000 K and above there is no issue running the program. I can also NOT set asini@primary (pulsar) before run_compute() and the program runs fine with teff@secondary = 5630 K like I want it to be. In that case the asini@primary is calculated to be 6.15 It-s, instead of 0.47 like it should be.
If I try setting the atmosphere to either blackbody or ck2004 the program runs as expected. Could this be a bug or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions