Skip to content

Commit e4736a9

Browse files
George Bisbasgeorgebisbas
authored andcommitted
examples: Relax tolerance
1 parent 2be1b7e commit e4736a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/finance/bs_ivbp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"source": [
613613
"#NBVAL_IGNORE_OUTPUT\n",
614614
"\n",
615-
"assert np.isclose(np.mean(vals), 0.005885, rtol=1e-4)\n"
615+
"assert np.isclose(np.mean(vals), 0.005885, rtol=1e-2)\n"
616616
]
617617
},
618618
{

0 commit comments

Comments
 (0)