Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump StartUpDG.jl compat to 1.1+ (#2001)
* bump compat for StartUpDg * add exception for Kronecker.KroneckerProduct type * add Kronecker package and compat * formatting * restrict StartUpDG version * adding old StartUpDG version for legacy tests * updating incorrect test values (should work with StartUpDG v1.1.4) * format rest of test_dgmulti_3d.jl * reformatting using JuliaFormatter v1.0.45 * fix erroring PlotData2D(sol) calls this is weird - Julia is loading SciMLBase v2.50.5 for me locally, which includes a `discType` parameter. https://github.com/SciML/SciMLBase.jl/blob/12f30308a4f4959dd6bbf97efc1f600621546cf4/src/solutions/ode_solutions.jl#L108C65-L109 However, I don't think any StartUpDG changes should have triggered this, so I'm not sure why these tests are failing now * Revert "add exception for Kronecker.KroneckerProduct type" This reverts commit f2909f9. * Revert "fix erroring PlotData2D(sol) calls" This reverts commit 4abd2fd. * explicitly add RecursiveArrayTools and restrict compat to "2" * bump RecursiveArrayTools compat to try to fix Downgrade.yml * remove Kronecker now that we don't reference it anymore * remove Kronecker now that we don't reference it anymore * remove ~ compat restriction
- Loading branch information