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

feat(#149): compute errors in Fluxes #150

Merged
merged 4 commits into from
Nov 17, 2023
Merged

Conversation

mathtimm
Copy link
Collaborator

No description provided.

@lgrcia lgrcia changed the title Feat(#149): compute errors in Fluxes feat(#149): compute errors in Fluxes Nov 16, 2023
prose/fluxes.py Show resolved Hide resolved
prose/fluxes.py Outdated
w = weights(dfluxes)

def auto_diff_1d(fluxes, i=None, errors=None):
diff_fluxes = fluxes / np.expand_dims(np.nanmean(fluxes, -1), -1)
Copy link
Owner

@lgrcia lgrcia Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed since we do that in diff?

@lgrcia lgrcia merged commit 5cdebac into lgrcia:3.3.0 Nov 17, 2023
@lgrcia lgrcia mentioned this pull request Nov 17, 2023
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 this pull request may close these issues.

None yet

2 participants