We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We get NaN warnings from two things that we expect to happen:
WARNING: Input data contains unmasked non-finite values (NaN or inf), which were automatically ignored. [photutils.psf.photometry]
mk_lc.py:208: RuntimeWarning: invalid value encountered in log10 star_fit_mags = -2.5 * np.log10(xm["flux_fit"])
Add code to suppress this warnings. Either for everything or just as specific context managers.
The text was updated successfully, but these errors were encountered:
wmwv
No branches or pull requests
We get NaN warnings from two things that we expect to happen:
Add code to suppress this warnings. Either for everything or just as specific context managers.
The text was updated successfully, but these errors were encountered: