← Back to team overview

libadjoint team mailing list archive

Re: Fwd: buildbot failure in dolfin-rognes on dolfin-adjoint-lucid-amd64

 

Johannes Ring <johannr@xxxxxxxxx> wrote:

Hi,

dolfin-adjoint failed on the buildbot with the following error:

Running optimisation
_____________________________________________

Traceback (most recent call last):
File "optimisation.py", line 51, in <module>
optimisation.minimise(Jfunc, J, InitialConditionParameter(u), ic)
File "/home/buildbot/buildbots/rognes/fenics-src/dolfin-adjoint/dolfin_adjoint/optimisation.py",
line 46, in minimise
optimisation_algorithms_dict[solver][1](Jfunc_vec, dJ_vec, m_init.vector())
File "/home/buildbot/buildbots/rognes/fenics-src/dolfin-adjoint/dolfin_adjoint/optimisation.py",
line 6, in minimise_scipy_fmin_l_bfgs_b
fmin_l_bfgs_b(J, m0, fprime = dJ, disp = 1)
TypeError: fmin_l_bfgs_b() got an unexpected keyword argument 'disp'
subdir: optimisation
exit: 256

I'm not sure why this wasn't reported directly to the libadjoint
mailing list but I will look into it.

Johannes

---------- Forwarded message ----------
From: <buildbot@xxxxxxxxxxxxxxxxx>
Date: Thu, Jun 7, 2012 at 8:25 AM
Subject: buildbot failure in dolfin-rognes on dolfin-adjoint-lucid-amd64
To: johannr@xxxxxxxxx


The Buildbot has detected a new failure of dolfin-adjoint-lucid-amd64
on dolfin-rognes.
Full details are available at:
 http://www.fenicsproject.org:8084/builders/dolfin-adjoint-lucid-amd64/builds/21

Buildbot URL: http://www.fenicsproject.org:8084/

Buildslave for this Build: lucid-amd64

Build Reason:
Build Source Stamp: HEAD
Blamelist:

BUILD FAILED: failed dolfin-adjoint check

sincerely,
 -The Buildbot

--
Mailing list: https://launchpad.net/~libadjoint
Post to : libadjoint@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~libadjoint
More help : https://help.launchpad.net/ListHelp


Thanks for that. I think I have fixed the issue; it seems that scipy has changed the function signature at some point.

Cheerio,

Patrick

References