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 in the Star constructor #8

Open
barentsen opened this issue Jan 1, 2019 · 0 comments · May be fixed by #9
Open

Bug in the Star constructor #8

barentsen opened this issue Jan 1, 2019 · 0 comments · May be fixed by #9

Comments

@barentsen
Copy link

I imagine the first line in the snippet below should say if luminosity_error is not None:.

wellfit/wellfit/star.py

Lines 37 to 40 in 1d19fe0

if mass_error is not None:
self.luminosity_error = luminosity_error
else:
self.luminosity_error = get_luminosity_error(self)

@christinahedges christinahedges linked a pull request Jan 2, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant