Skip to content

Commit befb042

Browse files
pylint
1 parent c0e9b26 commit befb042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run_json_tests(self, effects: dict, estimators: dict, f_flag: bool = False,
9292
abstract_test = self._create_abstract_test_case(test, mutates, effects)
9393

9494
concrete_tests, dummy = abstract_test.generate_concrete_tests(5, 0.05)
95-
failures = self._execute_tests(concrete_tests, estimators, test, f_flag)
95+
failures = self._execute_tests(concrete_tests, test, f_flag)
9696
msg = (
9797
f"Executing test: {test['name']}\n"
9898
+ "abstract_test\n"

0 commit comments

Comments
 (0)