Skip to content
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

3d C++ / python #591

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

3d-ish

669224a
Select commit
Loading
Failed to load commit list.
Draft

3d C++ / python #591

3d-ish
669224a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 19, 2024 in 4s

10 new alerts

New alerts in code changed by this pull request

  • 10 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 70 in src/amr/data/particles/refine/splitter.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable weight is not used.

Check notice on line 397 in tests/core/data/ndarray/test_main.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable dim is not used.

Check notice on line 776 in tests/core/numerics/interpolator/test_main.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_DepositCorrectlyTheirWeight_3d_defined_ is never read.

Check notice on line 782 in tests/core/numerics/interpolator/test_main.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.

Check notice on line 788 in tests/core/numerics/interpolator/test_main.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_testInterpolator_ACollectionOfParticles_3d is never read.

Check notice on line 4 in tests/diagnostic/test-diagnostics_3d.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Include header files only Note test

The #include pre-processor directive should only be used to include header files.

Check notice on line 9 in tests/diagnostic/test-diagnostics_3d.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_Simulator3dTest_fluid_registered_ is never read.

Check notice on line 14 in tests/diagnostic/test-diagnostics_3d.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_Simulator3dTest_particles_registered_ is never read.

Check notice on line 19 in tests/diagnostic/test-diagnostics_3d.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_Simulator3dTest_electromag_registered_ is never read.

Check notice on line 24 in tests/diagnostic/test-diagnostics_3d.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note test

Static variable gtest_Simulator3dTest_allFromPython_registered_ is never read.