pazzo83 / QuantLib.jl

Quantlib implementation in pure Julia
Other
137 stars 42 forks source link

error on runtest #7

Closed nistick closed 5 years ago

nistick commented 6 years ago

Error is occur in test case bonds.jl, In Windows

Error message is that

Test Failed Expression: clean_price(callableBond) == 96.46794584230872 Evaluated: 96.46794584230878 == 96.46794584230872

in c++ version of Quantlib clean price of callableBond is 96.46794584230875

check Plz

pazzo83 commented 5 years ago

Tests should now all be passing (with 1.0 updates).

nistick commented 5 years ago

Thanks~