-
Notifications
You must be signed in to change notification settings - Fork 14
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 mass scalars while computing EOS quantities in NSCBC #610
Conversation
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.
clang-tidy made some suggestions
I don't think any of the current test problems are using the NSCBC? If true, how can we check the changes actually work |
Test problems are here: https://github.com/quokka-astro/quokka/tree/development/src/NSCBC |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
for more information, see https://pre-commit.ci
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
@BenWibking can it be approved now? |
Hmm, @BenWibking , one of the radiation tests timed out during merge. |
Ah, that keeps happening. You can retry the merge until it works, or you can increase the timeout for that test. Or ask Chongchong to adjust the parameters so it doesn't take as long to run. |
7778c4c
Description
We currently do not pass mass scalars as an input to the
ComputeSoundSpeed
function in NSCBC.Checklist
Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an
x
inside the square brackets[ ]
in the Markdown source below:/azp run
.