-
Notifications
You must be signed in to change notification settings - Fork 229
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
examples: Update tti fd for better stability #2363
Conversation
@@ -51,8 +51,8 @@ jobs: | |||
- name: Test examples with MPI | |||
run: | | |||
python3 scripts/clear_devito_cache.py | |||
DEVITO_MPI=1 mpirun -n 2 python3 -m pytest --cov --cov-config=.coveragerc --cov-report=xml examples/seismic/acoustic | |||
DEVITO_MPI=1 mpirun -n 2 python3 -m pytest --cov --cov-config=.coveragerc --cov-report=xml examples/seismic/tti | |||
DEVITO_MPI=1 mpirun -n 2 python3 -m pytest examples/seismic/acoustic |
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.
Note: This doesn't really add anything to the coverage and is making codecov break all the time.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2363 +/- ##
==========================================
+ Coverage 78.34% 86.72% +8.37%
==========================================
Files 232 232
Lines 43618 43622 +4
Branches 8073 8073
==========================================
+ Hits 34174 37829 +3655
+ Misses 8684 5084 -3600
+ Partials 760 709 -51 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me
No description provided.