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

Propagate missing values in Stats.cov from Stats.stdDev. #552

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

Choc13
Copy link
Contributor

@Choc13 Choc13 commented Nov 6, 2022

Addresses #551

|> Frame.addCol "B" (series [])

cov
|> Frame.toMatrix
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried to just write this as cov |> shouldEqual expected but something was throwing the equality check off. I would guess some reference equality somewhere. Should shouldEqual work for two frames with the same contents? I'd like to write it as an equality on the frames if possible as that's a more correct assertion.

@Choc13
Copy link
Contributor Author

Choc13 commented Nov 17, 2022

Hi, is there anything I can do to help get the ubuntu build passing? It looks like a server setup issue and not related to the code change, but I'd be happy to chip in if it helps move this PR along.

@zyzhu
Copy link
Contributor

zyzhu commented Nov 18, 2022

Sorry that I have been traveling and forgot to merge this pull. It looks great. Thanks for fixing it. I'll release the fix to nuget soon.

@zyzhu zyzhu merged commit 4436511 into fslaborg:master Nov 18, 2022
@Choc13
Copy link
Contributor Author

Choc13 commented Jan 17, 2023

Hi @zyzhu did you manage to get around to releasing this fix? I don't see it on NuGet yet. Thanks.

@zyzhu
Copy link
Contributor

zyzhu commented Jan 17, 2023

Sorry about the delay. I had some problems with the build environment on my laptop. Just got it figured out. Version 3.0.0 is just released on Nuget.

@Choc13
Copy link
Contributor Author

Choc13 commented Jan 17, 2023

Amazing. Thanks for the quick turnaround today 🙌

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.

2 participants