-
Notifications
You must be signed in to change notification settings - Fork 16
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
Exception when negating a fiber #383
Comments
Oh, interesting. Here's my question: Should the fill value of |
because
|
Somehow, it looks like the fill value isn't getting set correctly. |
Could you work around this for now? I'm completely reorganizing these convenience functions to follow a different codepath (for the |
Sure! It isn't a blocker for me, just wanted to share. |
Thanks for filing the issue! I'll double check that it's fixed once I'm done. |
Mateusz, I think the approach to try to fix this is to remove https://github.com/willow-ahrens/Finch.jl/blob/e6544d80f3da3973614634236cede0c360b0b493/src/symbolic/simplify_program.jl#L73C1-L73C50 and see if anything breaks terribly. |
Hi @willow-ahrens,
While running different configurations of levels I noticed that for negation I get an exception. Here's a code where I could reproduce it:
Is negation for sparse fibers done differently or is it a bug?
The text was updated successfully, but these errors were encountered: