Closed rohanbabbar04 closed 1 year ago
Wanted to know if this what needs to be done for classes Laplacian
,FirstDirectionalDerivative
and SecondDirectionalDerivative
as these depend on other operators?
Let me take a look once you have taken into account @cako’s comments
Thank You @cako for reviewing my PR. I have made the changes, do review them.
Alright, I agree this looks great :)
Once you have included @cako's comment and we have merged https://github.com/PyLops/pylops/pull/489, I think we can also merge this PR
Looks good to me, very well done! I'll let @mrava87 have a final look and merge.
Fixes #330
Block
,_Block
,Gradient
,FirstDirectionalDerivative
,SecondDirectionalDerivative
,Smoothing1D
,Smoothing2D
,Laplacian
andLinearRegression
Convolve2D
a class as Convolve1D and ConvolveND were classes.