Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Use
VectorOfArray
inwrap_array
forDGMulti
solvers #2150base: main
Are you sure you want to change the base?
Use
VectorOfArray
inwrap_array
forDGMulti
solvers #2150Changes from all commits
3b02770
9b21e12
e66bcd9
8da6bfa
d997c8f
a20dc52
781a7d8
1d04471
c10b421
88d08a1
595a75e
b5c218d
ddc13c3
fea32d2
d69dbc7
823caf1
bd16969
0ab4c2e
7d893f3
6277745
1b700bc
203a77f
0a62556
f39883f
13c9c31
8e80b5d
771d95e
3689ebd
ed4246f
3740464
e3a7cd8
fd523c8
9e4701a
aeab87d
60e6ecf
f5c96da
de4d78e
9f494c9
181ac56
1a89762
27729cc
025d968
d7b70a6
8481581
fdf1ff5
31a85a5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are setting this compatibility version so high that
SciMLBase
will also adopt a higher version, forcing you to use the new version of theDiscreteCallback
struct.That's why even if you're using Julia 1.10 but it still failed here https://github.com/trixi-framework/Trixi.jl/actions/runs/11871869411/job/33084910314?pr=2150#step:7:24
Either change this to a lower version or adopt the new
DiscreteCallback
struct in precompile.