-
Notifications
You must be signed in to change notification settings - Fork 189
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
Code cleanup #3699
Code cleanup #3699
Conversation
A custom specfile is used when packaging espressomd on Fedora.
Set sanitizer variables in unit tests. Reduce code duplication.
Superseded by maintainer/CI/ubsan.supp from 1d17066.
They are already exported in pypresso and unit tests.
Although Travis-CI runs without GPU, building CUDA code helps in finding regressions.
Debug builds with ASAN need llvm-symbolizer to generate full reports.
Narrow cstdio/iostream/sstream to source files that use them. Remove superfluous header includes (mostly system headers).
When running Python tests locally multiple times, the checkpoint load tests may succeed even if the corresponding checkpoint save tests failed. Old checkpoint files are now garbage collected.
|
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.
LGTM, I made two comments, where you can decided if you want to address them, but you can also merge as is.
Codecov Report
@@ Coverage Diff @@
## python #3699 +/- ##
======================================
Coverage 88% 88%
======================================
Files 541 541
Lines 24714 24712 -2
======================================
Hits 21760 21760
+ Misses 2954 2952 -2
Continue to review full report at Codecov.
|
Description of changes: