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

Reorganize inplacelu tests and set failing test to broken on nightly. #164

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

j-fu
Copy link
Member

@j-fu j-fu commented Dec 11, 2024

The failing test concerns pivoting inplace lu factorization for StrideArrays implemented via RecursiveFactorization.jl. The test is relevant for problems like Example510 where we
need to solve a linear system in flux functions while avoiding allocations. It is not
relevant for the core package functionality.

Workarounds:

  • dont't use the pivoting version but our own non-pivoting implementation of the Doolittle method
  • Work with MArrays from StaticArrays (which are anyway more mature than StrideArrays)

Set the test to broken in order to be discover other more important problems.

@j-fu j-fu merged commit 536cade into master Dec 12, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

1 participant