You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hmarrao thanks! If you could submit the patch in a pull request, I'll be happy to merge it! The examples are not always kept in sync with the code. Thanks for the cleanup.
It now works in the pull request "stovol", but ....
$ ipython examples/scripts/make_zero_coupon.py
works fine, but
$ python examples/scripts/make_zero_coupon.py
raises an error about quantlib.currency.api module not found! Not sure why, this api is used all over the place.
to make it work had to perform the following changes which I don't know if they are fully valid:
The text was updated successfully, but these errors were encountered: