-
Notifications
You must be signed in to change notification settings - Fork 8
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
float issues with wavelength axis in synthesize #365
Comments
This persists even when passing Ints, which is very concerning. |
Also fails |
I will keep this in mind as something to improve on, but tbh it doesn't seem critical. It's already the case that to analyze real data you must buffer the wl range on either side in order to get the LSF right. Open to being convinced that I should care more, though. |
I just hate Float issues like this and try to avoid them because I find they cause no end of annoying edge cases that bother me later down the road (and can be hard to run down). It is also non-Julian to not respect my type choice if I pass Ints. Off my philosophical soapbox, I agree with your assessment of where your time investment is valuable and think you should back burner it, but keep the issue open. |
Definitely not claiming it's Julian. I would like to fix this at some point. Just being honest that it's not a priority. I'll definitely leave the issue open. |
filter out strong CH lines, because they appear to be problematic (see #365)
Here is a reproducer
The result is :
(3805.0000000000005, 5645.0)
The text was updated successfully, but these errors were encountered: