Skip to content

Commit

Permalink
Limit notebook refutation test to limit compute time
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed May 23, 2022
1 parent bbaec94 commit af7e1ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
"cell_type": "code",
"execution_count": 20,
"source": [
"res_random = est_nonparam_dw.refute_estimate(method_name=\"random_common_cause\")\r\n",
"res_random = est_nonparam_dw.refute_estimate(method_name=\"random_common_cause\", num_simulations=5)\r\n",
"print(res_random)"
],
"outputs": [
Expand Down

0 comments on commit af7e1ee

Please sign in to comment.