-
Notifications
You must be signed in to change notification settings - Fork 7
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
"Easy mode" #348
base: main
Are you sure you want to change the base?
"Easy mode" #348
Conversation
TODOs found in this PR:
|
flux = apply_rotation(flux, spectrum.wavelengths, vsini) | ||
end | ||
spectrum.wavelengths, flux, spectrum.cntm | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
end | |
end |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #348 +/- ##
==========================================
- Coverage 80.51% 80.05% -0.46%
==========================================
Files 28 29 +1
Lines 2232 2246 +14
==========================================
+ Hits 1797 1798 +1
- Misses 435 448 +13 ☔ View full report in Codecov by Sentry. |
Implements the higher level interface described in #339
TODO