Skip to content

Commit

Permalink
poe format
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Parente <[email protected]>
  • Loading branch information
nparent1 committed Jan 29, 2025
1 parent 4cecb93 commit a6191fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/causal_refuters/test_bootstrap_refuter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_refutation_bootstrap_refuter_continuous(self, error_tolerance, estimato
[
(0.05, "backdoor.propensity_score_matching", 1000),
(0.05, "general_adjustment.propensity_score_matching", 1000),
]
],
)
def test_refutation_bootstrap_refuter_binary(self, error_tolerance, estimator_method, num_samples):
refuter_tester = SimpleRefuter(error_tolerance, estimator_method, "bootstrap_refuter")
Expand Down Expand Up @@ -64,7 +64,7 @@ def test_refutation_bootstrap_refuter_continuous_list_argument(
["error_tolerance", "estimator_method", "num_common_causes", "required_variables", "num_samples"],
[
(0.1, "backdoor.propensity_score_matching", 5, 3, 5000),
(0.1, "general_adjustment.propensity_score_matching", 5, 3, 5000)
(0.1, "general_adjustment.propensity_score_matching", 5, 3, 5000),
],
)
def test_refutation_bootstrap_refuter_binary_integer_argument(
Expand All @@ -81,7 +81,7 @@ def test_refutation_bootstrap_refuter_binary_integer_argument(
["error_tolerance", "estimator_method", "num_common_causes", "required_variables", "num_samples"],
[
(0.1, "backdoor.propensity_score_matching", 5, ["W0", "W1"], 5000),
(0.1, "general_adjustment.propensity_score_matching", 5, ["W0", "W1"], 5000)
(0.1, "general_adjustment.propensity_score_matching", 5, ["W0", "W1"], 5000),
],
)
def test_refutation_bootstrap_refuter_binary_list_argument(
Expand Down

0 comments on commit a6191fa

Please sign in to comment.