Skip to content

Feature python interface #69

Feature python interface

Feature python interface #69

Triggered via pull request September 19, 2024 03:01
Status Failure
Total duration 5m 30s
Artifacts

cpp-linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
benchmarks/benchmarks.cpp:2:10 [clang-diagnostic-error]: benchmarks/benchmarks.cpp#L2
'benchmark/benchmark.h' file not found
cpp-linter
Process completed with exit code 1.
benchmarks/benchmarks.cpp:116:11 [cppcoreguidelines-avoid-non-const-global-variables]: benchmarks/benchmarks.cpp#L116
variable 'BM_vacuumOscillations' is non-const and globally accessible, consider making it const
benchmarks/benchmarks.cpp:119:11 [cppcoreguidelines-avoid-non-const-global-variables]: benchmarks/benchmarks.cpp#L119
variable 'BM_constMatterOscillations' is non-const and globally accessible, consider making it const
nuTens/propagator/const-density-solver.hpp:83:10 [clang-diagnostic-inconsistent-missing-override]: nuTens/propagator/const-density-solver.hpp#L83
'calculateEigenvalues' overrides a member function but is not marked 'override'
nuTens/tensors/torch-tensor.cpp:9:35 [performance-unnecessary-value-param]: nuTens/tensors/torch-tensor.cpp#L9
the parameter 'values' is copied for each invocation but only used as a const reference; consider making it a const reference