jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
28 stars 9 forks source link

Bump Julia and RecursiveArrayTools compat, remove NamedArrayPartition #159

Closed jlchan closed 9 months ago

jlchan commented 9 months ago

RecursiveArrayTools 3.4 has NamedArrayPartition included. This PR allows v3.4 and removes NamedArrayPartition from StartUpDG. It also requires bumping Julia compat to 1.10

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (abd0414) 96.81% compared to head (039cdd0) 96.81%. Report is 4 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #159 +/- ## ======================================= Coverage 96.81% 96.81% ======================================= Files 26 25 -1 Lines 3325 3265 -60 ======================================= - Hits 3219 3161 -58 + Misses 106 104 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.