Skip to content

Commit 47f37ce

Browse files
black
1 parent fdb7072 commit 47f37ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ def generate_tests(self, effects: dict, mutates: dict, estimators: dict, f_flag:
116116
for test in self.test_plan["tests"]:
117117
if "skip" in test and test["skip"]:
118118
continue
119-
abstract_test = self._create_abstract_test_case(
120-
test, mutates, effects
121-
)
119+
abstract_test = self._create_abstract_test_case(test, mutates, effects)
122120

123121
concrete_tests, dummy = abstract_test.generate_concrete_tests(5, 0.05)
124122
logger.info("Executing test: %s", test["name"])

0 commit comments

Comments
 (0)