QuantLib
QuantLib copied to clipboard
Curve state tests are either incomplete or stale
The data in the CommonVars structure are not used at all, and the testLMMCurveState and testCoterminalSwapCurveState cases don't test anything. testCMSwapCurveState is only slightly better, since it creates a few objects but doesn't test them.
The tests should be either fixed or scraped.
Is this still an open issue? I am looking to contribute any way I can.
Yes, it is. Thanks!
@lballabio I have some free time, I will try to take a look at fixing this test
https://github.com/lballabio/QuantLib/pull/1895 opened a PR