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

Remove ObsDim to generalize the code for iterables of observations #158

Merged
merged 10 commits into from
Apr 9, 2023

Conversation

juliohm
Copy link
Member

@juliohm juliohm commented Apr 6, 2023

This PR drops the ObsDim submodule and its types in favor of a more generic interface with iterables of observations as discussed in #126. It doesn't make much sense to support n-dimensional arrays when we can gain many more features by assuming that observations implement some basic interface (e.g. AbstractVector).

Also fixes #149

@juliohm juliohm merged commit 30ae054 into master Apr 9, 2023
@juliohm juliohm deleted the obsdim branch April 9, 2023 11:41
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.

No difference between WeightedMean and WeighedSum when normalize=false
1 participant