aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/test_cds.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/tests/test_cds.py b/python/tests/test_cds.py
index 264e1075..44832dea 100644
--- a/python/tests/test_cds.py
+++ b/python/tests/test_cds.py
@@ -71,9 +71,6 @@ class TestSpreadCurve(unittest.TestCase):
cl = FeeLeg(datetime.date(2017, 9, 20), m, True, 1, 0.05)
a = pl.pv(trade_date, step_in_date, cash_settle_date, yc, sc, 0.3)
b = cl.pv(trade_date, step_in_date, cash_settle_date, yc, sc, True)
- if m == datetime.date(2023, 6, 20):
- print(a, b)
- print(b /0.05)
self.assertAlmostEqual(a - b, upf)
if __name__=="__main__":