Closed smallnamespace closed 8 years ago
https://github.com/lballabio/QuantLib/commit/0336d01ff2f85adfe9d0c1f6a2d45f1fdd542c0a seems to have introduced a bug where 4W tenor schedules can't be constructed:
RuntimeError: undecidable comparison between 4W and 1M
Caught this because it causes the PyQL test suite to break (I am a PyQL user).
Yes, you're right. Thanks for the heads-up.
https://github.com/lballabio/QuantLib/commit/0336d01ff2f85adfe9d0c1f6a2d45f1fdd542c0a seems to have introduced a bug where 4W tenor schedules can't be constructed:
RuntimeError: undecidable comparison between 4W and 1M
Caught this because it causes the PyQL test suite to break (I am a PyQL user).