Re: Help with gaussian filter from scipy

2021-07-07 Thread Ben Bacarisse
Arak Rachael writes: > On Wednesday, 7 July 2021 at 12:47:40 UTC+2, Arak Rachael wrote: >> On Wednesday, 7 July 2021 at 12:41:44 UTC+2, Ben Bacarisse wrote: >> > Arak Rachael writes: >> > >> > > this time I am stuck on gaussian_filter scipy returns none instead of >> > > some valid gaussian

Re: Help with gaussian filter from scipy

2021-07-07 Thread Arak Rachael
On Wednesday, 7 July 2021 at 12:47:40 UTC+2, Arak Rachael wrote: > On Wednesday, 7 July 2021 at 12:41:44 UTC+2, Ben Bacarisse wrote: > > Arak Rachael writes: > > > > > this time I am stuck on gaussian_filter scipy returns none instead of > > > some valid gaussian filtered image, can someone

Re: Help with gaussian filter from scipy

2021-07-07 Thread Ben Bacarisse
Arak Rachael writes: > this time I am stuck on gaussian_filter scipy returns none instead of some > valid gaussian filtered image, can someone help me please. > > Here is the full code: > https://www.dropbox.com/s/18ylpiwmhlu5n62/test_filter_xdog.ipynb?dl=0 It might help to link to the code

Re: Help with gaussian filter from scipy

2021-07-07 Thread Arak Rachael
On Wednesday, 7 July 2021 at 12:41:44 UTC+2, Ben Bacarisse wrote: > Arak Rachael writes: > > > this time I am stuck on gaussian_filter scipy returns none instead of some > > valid gaussian filtered image, can someone help me please. > > > > Here is the full code: > >

Help with gaussian filter from scipy

2021-07-07 Thread Arak Rachael
Hi guys, thanks for the help in the past, this time I am stuck on gaussian_filter scipy returns none instead of some valid gaussian filtered image, can someone help me please. Here is the full code: https://www.dropbox.com/s/18ylpiwmhlu5n62/test_filter_xdog.ipynb?dl=0 --