PyLops / pylops

PyLops – A Linear-Operator Library for Python
https://pylops.readthedocs.io
GNU Lesser General Public License v3.0
431 stars 102 forks source link

bug: switch NonStationaryFilters2D to numpy in doc #487

Closed mrava87 closed 1 year ago

mrava87 commented 1 year ago

We are currently experiencing an error in the build of our documentation which seems to come to the newly introduced example plot_nonstatfilter (https://readthedocs.org/api/v2/build/19515033.txt).

I cannot reproduce this locally!

To get the documentation back up and running this PR changes the backend to numpy for the NonStationaryFilters2D operator in this example.