Skip to content
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

compute_frame() does the wrong thing when G.N == Nf #73

Open
pulquero opened this issue Mar 24, 2020 · 0 comments
Open

compute_frame() does the wrong thing when G.N == Nf #73

pulquero opened this issue Mar 24, 2020 · 0 comments

Comments

@pulquero
Copy link

Passing a 2D array to filter() is ambiguous when G.N == Nf. A 3D array should be used to be unambiguous, e.g.

s = np.identity(g.G.N)
tig = g.filter(s[..., np.newaxis], **kwargs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant