-
Notifications
You must be signed in to change notification settings - Fork 59
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
add missing robustness functions in docs #1630
Conversation
@juliettelavoie Think you could tackle the formatting here? |
@@ -116,8 +118,6 @@ def robustness_fractions( # noqa: C901 | |||
| Negative change | (cf - cpf) | 1 - pf - (cf -cpf) | 1 - pf | | |||
+-----------------+--------------------+------------------------+------------+ | |||
|
|||
Notes | |||
----- | |||
Available statistical tests are : | |||
|
|||
{tests_doc} |
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.
are some tests missing on purpose @aulemahal ? I see ipcc-ar6-c in the example notebook but I can't find it in the code?
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.
Woups, the automatic tests doc generation was done on the wrong method. I think I came up with the mechanism before changing the function name.
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.
The top of the robustness section refers to IPCC AR5. Should I change it to AR6 ?
Hmm, indeed, the module's header is a bit outdated. suggestion: This submodule is inspired by and tries to follow the guidelines of the IPCC, more specifically :cite:p:`collins_long-term_2013` (AR5) and :cite:cts:`ipccatlas_ar6wg1` (AR6). |
Pull Request Checklist:
number
) and pull request (:pull:number
) has been addedWhat kind of change does this PR introduce?
Does this PR introduce a breaking change?
Other information: