Supercomputing #47
Closed
Supercomputing #47
Codacy Production / Codacy Static Code Analysis
required action
Nov 18, 2025 in 0s
3 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
Complexity increasing per file
==============================
- pygyro/advection/accelerated_advection_steps.py 4
- fullSimulation.py 4
- pygyro/splines/tests/test_spline_interpolators.py 1
- pygyro/model/layout.py 8
- pygyro/splines/spline_interpolators.py 7
- pygyro/model/grid.py 3
- pygyro/splines/splines.py 3
- pygyro/splines/accelerated_spline_interpolators.py 11
Complexity decreasing per file
==============================
+ pygyro/advection/advection.py -10
Clones added
============
- pygyro/splines/spline_eval_funcs.py 2
- pygyro/splines/tests/test_spline_interpolators.py 8
- pygyro/model/layout.py 2
- pygyro/advection/advection.py 6
- pygyro/splines/splines.py 4
- pygyro/splines/cubic_uniform_spline_eval_funcs.py 4
Clones removed
==============
+ pygyro/advection/accelerated_advection_steps.py -12
See the complete overview on Codacy
Annotations
Check warning on line 4 in pygyro/splines/accelerated_spline_interpolators.py
codacy-production / Codacy Static Code Analysis
pygyro/splines/accelerated_spline_interpolators.py#L4
Unused BSplines imported from splines
Check warning on line 45 in pygyro/splines/accelerated_spline_interpolators.py
codacy-production / Codacy Static Code Analysis
pygyro/splines/accelerated_spline_interpolators.py#L45
Using variable 'sinfo' before assignment
Check warning on line 74 in pygyro/splines/accelerated_spline_interpolators.py
codacy-production / Codacy Static Code Analysis
pygyro/splines/accelerated_spline_interpolators.py#L74
Using variable 'sinfo' before assignment
Loading