QuantLib failure in test suite "Master Test Suite"

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

QuantLib failure in test suite "Master Test Suite"

behave
Hi,

I'm trying to run quantlib on my ubuntu karmic (9.10). Since my plan is to run it in R later on, I downloaded version 1.0, since there don't seem to be any bindings for 1.0.1 at the moment.

I ran the ./configure and make commands without any problems. (Installed package: libboost-dev). When I check everything with make check the following error occurs:

Testing calibration of a Libor forward model...
Testing caplet LMM process initialisation...
Testing caplet LMM lambda bootstrapping...
Testing caplet LMM Monte-Carlo caplet pricing...
 
Tests completed in 9 m 22 s


*** 1 failure detected in test suite "Master Test Suite"
FAIL: quantlib-test-suite
===================================================
1 of 1 tests failed
Please report to quantlib-dev@lists.sourceforge.net
===================================================
make[2]: *** [check-TESTS] failure 1
make[2]: leaving folder '/home/fabian/QuantLib/QuantLib-1.0/test-suite'
make[1]: *** [check-am] failure 2
make[1]: leaving folder '/home/fabian/QuantLib/QuantLib-1.0/test-suite'
make: *** [check-recursive] failure 1

Does anyone know what this could be?

Thank you,
Fabian
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib failure in test suite "Master Test Suite"

Luigi Ballabio
On Sun, 2010-04-25 at 11:37 -0700, behave wrote:
> I'm trying to run quantlib on my ubuntu karmic (9.10). Since my plan is to
> run it in R later on, I downloaded version 1.0, since there don't seem to be
> any bindings for 1.0.1 at the moment.

The bindings for 1.0 also work with 1.0.1.

Anyway:

> I ran the ./configure and make commands without any problems. (Installed
> package: libboost-dev). When I check everything with make check the
> following error occurs:
>
> Testing calibration of a Libor forward model...
> Testing caplet LMM process initialisation...
> Testing caplet LMM lambda bootstrapping...
> Testing caplet LMM Monte-Carlo caplet pricing...
>  
> Tests completed in 9 m 22 s
>
>
> *** 1 failure detected in test suite "Master Test Suite"
> FAIL: quantlib-test-suite
> ===================================================
> 1 of 1 tests failed
> Please report to [hidden email]
> ===================================================

There should be an error message earlier on (you're only including the
output from the last few cases.)  May you check it to see what went
wrong exactly?

Luigi


--

Hanlon's Razor:
Never attribute to malice that which is adequately explained
by stupidity.



------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib failure in test suite "Master Test Suite"

behave
In reply to this post by behave
Hi Luigi,

Thank you for your answer. It seems to work now. When I wanted to replicate the error for you, it all went through! If I remember it right the error said something like "negative value..." but not sure about that. I don't know what solved the problem. The only thing that could have had an effect was that I installed the packages: xorg-dev and libx11-dev. I can't remember that I did anything else.

Anyway, the test works now, thanks!


behave wrote
Hi,

I'm trying to run quantlib on my ubuntu karmic (9.10). Since my plan is to run it in R later on, I downloaded version 1.0, since there don't seem to be any bindings for 1.0.1 at the moment.

I ran the ./configure and make commands without any problems. (Installed package: libboost-dev). When I check everything with make check the following error occurs:

Testing calibration of a Libor forward model...
Testing caplet LMM process initialisation...
Testing caplet LMM lambda bootstrapping...
Testing caplet LMM Monte-Carlo caplet pricing...
 
Tests completed in 9 m 22 s


*** 1 failure detected in test suite "Master Test Suite"
FAIL: quantlib-test-suite
===================================================
1 of 1 tests failed
Please report to quantlib-dev@lists.sourceforge.net
===================================================
make[2]: *** [check-TESTS] failure 1
make[2]: leaving folder '/home/fabian/QuantLib/QuantLib-1.0/test-suite'
make[1]: *** [check-am] failure 2
make[1]: leaving folder '/home/fabian/QuantLib/QuantLib-1.0/test-suite'
make: *** [check-recursive] failure 1

Does anyone know what this could be?

Thank you,
Fabian