Solved by pulling the latest docker image.
Thanks
Hi,
I have the following line of code in my notebook:
ntd = bempp.api.operators.boundary.helmholtz.osrc_ntd(space, k)
and it gives me the following error:
AttributeError: module ‘bempp.api.operators.boundary.helmholtz’ has no attribute 'osrc_ntd’
However, according to this documentation this operator exists.
What am I missing?
Thanks in advance,
Gustavo