dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20827
Re: [buildbot@xxxxxxxxxx: buildbot failure in FEniCS Buildbot on dolfin-linux64-exp]
On Wednesday January 19 2011 08:41:39 Anders Logg wrote:
> This seems to be related to the introduction of operator() in the C++
> interface.
>
> I'm suspecting that the problem is that one of the virtual eval
> functions has been moved up one level from Expression to
> GenericFunction. I'll try to fix it but Johan may spot to problem
> faster.
Is this fixed now? I made an instant clean, or more precise, I errased all
dolfin_ in the cache.
Everything runs smooth here. But I get a maximum recursion error while running
the function unit test:
Traceback (most recent call last):
File "test.py", line 90, in testOverLoadAndCallBack
s0 = norm(interpolate(e0, V))
File "/home/hake/local/lib/python2.6/site-
packages/dolfin/fem/interpolate.py", line 30, in interpolate
Pv.interpolate(v)
RuntimeError: maximum recursion depth exceeded while calling a Python object
Johan
Follow ups
References