-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate over dodiscover CI/CD tests #5
Comments
Suite of tests we should migrate over from dodiscover are:
Along the way, Monte Carlo and kernel utility functions should be ported. Simulation functions that help test the code should also be added here since those don't require the input of a graph:
Also the test data should be moved here:
From dowhy: @bloebp can start moving over tests too and consolidating with the above list where applicable. Once done, we can also compare implementations vs causal-learn and then migrate any improvements that are there but not in the above implementations (if any), and then fully remove CI/CD tests in general and create dependencies on pywhy-stats. |
Towards #5 Changes proposed in this pull request: - Adds partial correlation test - Setsup initial API design - Includes sphinx docs --------- Signed-off-by: Adam Li <[email protected]>
Systematically migrate independence test, documentation and unit tests one at a time.
The text was updated successfully, but these errors were encountered: