Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

(200, 200, 2) array makes 3d convolution segfault #14

Open
svenpeter42 opened this issue Oct 11, 2017 · 0 comments
Open

(200, 200, 2) array makes 3d convolution segfault #14

svenpeter42 opened this issue Oct 11, 2017 · 0 comments

Comments

@svenpeter42
Copy link
Owner

svenpeter42 commented Oct 11, 2017

just needs some sanity checking. test case adapted from #13

import fastfilters
import numpy as np

data = np.random.normal(size=(200, 200, 2))
data = fastfilters.hessianOfGaussianEigenvalues(data, window_size=3.5, scale=3.5)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant