-
Notifications
You must be signed in to change notification settings - Fork 10
JOSS paper #343
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
JOSS paper #343
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
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.
Has the issue #381 been addressed?
And do we want to keep the long paper version?
Yes.
Not really, I will throw it away. |
|
Your PR requires formatting changes to meet the project's style guidelines. Click here to view the suggested changes.diff --git a/miniapps/benchmarks/stokes2D/shear_band/ShearBand2D.jl b/miniapps/benchmarks/stokes2D/shear_band/ShearBand2D.jl
index 1f8413a..d205cc1 100644
--- a/miniapps/benchmarks/stokes2D/shear_band/ShearBand2D.jl
+++ b/miniapps/benchmarks/stokes2D/shear_band/ShearBand2D.jl
@@ -192,7 +192,7 @@ function main(igg; nx = 64, ny = 64, figdir = "model_figs")
return nothing
end
-n = 128 ÷ 2
+n = 128 ÷ 2
nx = n
ny = n
figdir = "ShearBands2D" |
No description provided.