We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef8f4c commit 81d699dCopy full SHA for 81d699d
unit_tests/test_FinCDSTranche.py
@@ -89,7 +89,7 @@ def test_homogeneous():
89
v = tranche7.value_bc(
90
value_dt, issuer_curves, upfront, spd, corr1, corr2, num_points, method
91
)
92
- assert round(v[3] * 10000, 4) == 39.9615
+ assert round(v[3] * 10000, 2) == 39.96
93
94
95
########################################################################################
0 commit comments