In Julia 1.7 the global rng changed and that caused many test failures in this package. I adjusted test-matrices a bit in cbb92e7 to get tests running, but it is a bit worrisome that tests are so sensitive to the RNG, I would have thought the methods would be more stable in many of the examples here. Could it indicate that something is wrong in some of the implementations? (See #316 for lobpcg specifivally). Would be good if someone more familiar with the implementation could check.
In Julia 1.7 the global rng changed and that caused many test failures in this package. I adjusted test-matrices a bit in cbb92e7 to get tests running, but it is a bit worrisome that tests are so sensitive to the RNG, I would have thought the methods would be more stable in many of the examples here. Could it indicate that something is wrong in some of the implementations? (See #316 for lobpcg specifivally). Would be good if someone more familiar with the implementation could check.