Mc adaptive packet count #19917
Annotations
6 errors and 1 warning
Check clang-tidy:
src/Evolution/Particles/MonteCarlo/GlobalReductions.hpp#L226
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
|
Check clang-tidy:
src/Evolution/Particles/MonteCarlo/GlobalReductions.hpp#L243
parameter 4 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/Evolution/Particles/MonteCarlo/GlobalReductions.hpp#L259
C-style casts are discouraged; use static_cast/const_cast/reinterpret_cast
|
Check clang-tidy:
src/Evolution/Particles/MonteCarlo/GlobalReductions.hpp#L330
variable 'legend' of type 'std::vector<std::string>' (aka 'vector<basic_string<char>>') can be declared 'const'
|
Check clang-tidy:
src/Evolution/Particles/MonteCarlo/MonteCarloOptions.hpp#L43
constructor does not initialize these fields: desired_packets_per_species_
|
Check clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading