-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update: docs revamp #249
Update: docs revamp #249
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage 95.32% 95.32%
=======================================
Files 20 20
Lines 1411 1411
=======================================
Hits 1345 1345
Misses 66 66 Continue to review full report in Codecov by Sentry.
|
Apologies for not reviewing this sooner! I've just tried to build it locally and get the following errors:
Looking at the commits these are not yet added to git |
Small thing but I also get this glossary warning
Not sure if this is a problem or not though |
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.
Forgot to add my comments as a review so I'll add this. Like we discussed though no rush on this at all. It just means when you push the changes you can re-request a review and I'll get pinged :)
Thanks for the feedback @cwild-UoS. That should be all fixed now - you'll likely still receive the usual autoapi warnings, though. |
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.
Looks great to me! Cheers for doing this Farhad
Delta is an intervention which should be applied to X, and Y is the expected *causal effect* of that intervention on | ||
some output of interest. Therefore, a causal test case states the expected causal effect (Y) of a particular | ||
intervention (Delta) made to an input configuration (X). For each scenario, the user should create a suite of causal | ||
a causal test case is a triple ``(M, X, Delta, Y)``, where ``M`` is the modelling scenario, ``X`` is an input configuration, |
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.
I guess causal test cases are no longer technically "triple"s but I don't think this matters
Closes #242