-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid must be sorted error #118
Comments
I'm a python novice but there's an example in 2D case:
|
Thanks @trungnth ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to run FFTKDE on a custom 2D grid, and found a related issue here:
Coming from #15
When I sue the code provided there (with KDEpy Version '1.1.0') I get a grid-must be sorted error
What is the recommended way to provide grids then?
The documentation only provides a 1D case (
y = FFTKDE().fit(data)(np.linspace(-10, 10, num=2**12))
)The text was updated successfully, but these errors were encountered: