-
Notifications
You must be signed in to change notification settings - Fork 6
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
Weird resizing issue with element_prod #31
Comments
Ah, yes, that does look like a bug. I'll make sure it is fixed in the git repo. I have been saying this for a while, but I really do intend to get a new release out soon. I've had to do a lot of travelling over the last few weeks, but once I settle down again, the new release is my top priority (after my day job..). |
As for an easy workaround, I will try and think of one at the same time as investigating the status of this in git master in the next couple of days. |
Hey, same issue. Any updates on this? I'm using the pip install version. |
@tsmithe Any chance you can have a look at this? It's probably easy for you to fix. ;-) |
I've noticed unexpected resizing when I'm doing element wise multiplication
When I run the following code
This is the output
The workaround I'm going to use for now is to subset the result matrix. However, from previous experience, I know that this subsetting operation is costly
Note: I am running into this issue with the pip installable version. Has this been fixed in a more recent update? If not, is there are preferred work around solution?
The text was updated successfully, but these errors were encountered: