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

[Bug]: Exponential model doesn't work if first time element is masked #730

Closed
2 tasks done
erinmmay opened this issue Dec 19, 2024 · 0 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working LC Fit

Comments

@erinmmay
Copy link
Collaborator

FAQ check

  • Yes, I checked the FAQ and my question has not been addressed.

Instrument

Light curve fitting (Stages 4-6)

What happened?

The exponential model subtracts off the first time element, but if that is masked it results in a fully masked array and the exponential model doesn't "work". Just need to change the -time[0] to -time.data[0]. I'll open a PR shortly.

Error traceback output

No response

What operating system are you using?

No response

What version of Python are you running?

No response

What Python packages do you have installed?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@erinmmay erinmmay added the bug Something isn't working label Dec 19, 2024
taylorbell57 added a commit that referenced this issue Dec 19, 2024
Addresses #730 and small multwhite bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LC Fit
Projects
None yet
Development

No branches or pull requests

4 participants