We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has been happening in new PRs (#888 , #886 ): CI is not passing very early on.
After some testing, I am sure it's because of broadcasting for FillArrays. Tests are ok with version v0.13.7 but fail for v0.13.9.
Error benchmark:
using FillArrays using Test a = Fill(ones(3,3),4) a + a # This fails! a .+ a # This is fine!
The line that fails works for v0.13.7.
I am not sure if this is the desired behavior, but it seems to be the behavior now. Should I open an issue in FillArrays, or just fix our tests?
@oriolcg @amartinhuertas @fverdugo
The text was updated successfully, but these errors were encountered:
I would first add an issue in FillArrays to get an answer from them in regards to whether this is desired behaviour or a BUG.
Sorry, something went wrong.
There is an issue in FillArrays already, I just wrote a comment. Let's see, I'll try to stay on top of it.
This has been solved in FillArrays v0.13.10, tests seem to be passing now. Closing the issue.
JordiManyer
No branches or pull requests
This has been happening in new PRs (#888 , #886 ): CI is not passing very early on.
After some testing, I am sure it's because of broadcasting for FillArrays. Tests are ok with version v0.13.7 but fail for v0.13.9.
Error benchmark:
The line that fails works for v0.13.7.
I am not sure if this is the desired behavior, but it seems to be the behavior now.
Should I open an issue in FillArrays, or just fix our tests?
@oriolcg @amartinhuertas @fverdugo
The text was updated successfully, but these errors were encountered: