-
Notifications
You must be signed in to change notification settings - Fork 13
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
Penchants and leanings #153
base: main
Are you sure you want to change the base?
Conversation
Hey @Datseris, If you have time, could you check out the Github Action error logs for the most recent tests in this PR? The tests fail due to what seems to an error in
Have you seen this error before? I have no experience with generated functions, so I don't know currently how to resolve this, or where to start looking. EDIT: The logs specify that |
Ihaven't seen this before no, but indeed delay embeddings are done using generated functions. I guess simply assinging |
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
+ Coverage 70.64% 71.22% +0.58%
==========================================
Files 39 42 +3
Lines 780 848 +68
==========================================
+ Hits 551 604 +53
- Misses 229 244 +15
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
An implementation of the penchants and leanings algorithms from McCracken and Weigel (2016), which is meant for exploratory causal inference. Addresses #28.
The docs are here.