Skip to content

Commit 21be226

Browse files
update poisson example
1 parent c387428 commit 21be226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/poisson/example_run_causal_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_run_causal_tests():
174174
# Load the Causal Variables into the JsonUtility class ready to be used in the tests
175175
json_utility.setup(scenario=modelling_scenario) # Sets up all the necessary parts of the json_class needed to execute tests
176176

177-
json_utility.run_json_tests(effects, mutates, estimators, False)
177+
json_utility.run_json_tests(effects=effects, mutates=mutates, estimators=estimators, f_flag=False)
178178

179179

180180
if __name__ == "__main__":
@@ -187,4 +187,4 @@ def test_run_causal_tests():
187187
# Load the Causal Variables into the JsonUtility class ready to be used in the tests
188188
json_utility.setup(scenario=modelling_scenario) # Sets up all the necessary parts of the json_class needed to execute tests
189189

190-
json_utility.run_json_tests(effects, mutates, estimators, args.f)
190+
json_utility.run_json_tests(effects=effects, mutates=mutates, estimators=estimators, f_flag=args.f)

0 commit comments

Comments
 (0)