We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6a83d commit 8bd0acdCopy full SHA for 8bd0acd
causal_testing/json_front/json_class.py
@@ -288,7 +288,7 @@ def _setup_test(
288
) -> tuple[CausalTestEngine, Estimator]:
289
"""Create the necessary inputs for a single test case
290
:param causal_test_case: The concrete test case to be executed
291
- `:param test: Single JSON test definition stored in a mapping (dict)`
+ :param test: Single JSON test definition stored in a mapping (dict)
292
:param conditions: A list of conditions which should be applied to the
293
data. Conditions should be in the query format detailed at
294
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html
0 commit comments