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

Masking issues. #58

Open
murrellb opened this issue Jul 9, 2023 · 0 comments
Open

Masking issues. #58

murrellb opened this issue Jul 9, 2023 · 0 comments
Assignees

Comments

@murrellb
Copy link
Member

murrellb commented Jul 9, 2023

Say you have a 3-by-N array, that you're diffusing with an OU process. If you use a length N mask, you might reasonably assume that you'd be masking columns, matching the mask to the last dimension. But (I think) you're masking the first N elements in column-major order. Either this should automatically match the last dim(s), or it should error.

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

No branches or pull requests

2 participants