-
Notifications
You must be signed in to change notification settings - Fork 70
Removes aliasing in Feols #1068
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
Removes aliasing in Feols #1068
Conversation
|
Looks like there are some failing tests, but they fail on |
|
Yes, this is expected and should be all good - these test fail due to python multi threading leading to floating point errors that accumulate. Will ping you in the thread on discord. You can test the Hac Errors enforcing single threads by running pixi r -dev tests-hac. |
Codecov Report❌ Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 43 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Ok, ran
All tests either skipped or successful |
|
@s3alfisc LMK if you can approve or there are additional changes required. Seems like codecov failed b/c of the HAC tests |
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.
This looks good to me. Thank you @Dpananos!
I think it would be best to fix the codecov error in a separate PR?
|
@all-contributors please add @Dpananos for code |
|
I've put up a pull request to add @Dpananos! 🎉 |
Addresses #853
All tests passing with
pixi run -e dev tests-regularrunning larger tests now.Will remove from draft state once I run
pixi run -e dev tests