Update test.yml #2
1038 new problems found by Qodana Community for Python
Qodana Community for Python
1038 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unbound local variables |
🔶 Warning | 8 |
Incorrect call arguments |
🔶 Warning | 1 |
PEP 8 naming convention violation |
◽️ Notice | 952 |
Unused local symbols |
◽️ Notice | 35 |
An instance attribute is defined outside init`` |
◽️ Notice | 19 |
Shadowing names from outer scopes |
◽️ Notice | 17 |
Method is not declared static |
◽️ Notice | 5 |
Incorrect docstring |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 231 in src/pyVertexModel/mesh_remodelling/remodelling.py
github-actions / Qodana Community for Python
Incorrect call arguments
Parameter 'Set' unfilled
Check notice on line 248 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute Contractility_Variability_LateralCables defined outside __init__
Check notice on line 188 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute ApplyBC defined outside __init__
Check notice on line 245 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute Contractility_Variability_PurseString defined outside __init__
Check notice on line 198 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute OutputFolder defined outside __init__
Check notice on line 238 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute TInitAblation defined outside __init__
Check notice on line 222 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute purseStringStrength defined outside __init__
Check notice on line 189 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaS3 defined outside __init__
Check notice on line 239 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute TEndAblation defined outside __init__
Check notice on line 185 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaS2 defined outside __init__
Check notice on line 181 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute Nincr defined outside __init__
Check notice on line 244 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute purseStringStrength defined outside __init__
Check notice on line 232 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaS4 defined outside __init__
Check notice on line 251 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute Contractility_TimeVariability defined outside __init__
Check notice on line 240 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaSFactor_Debris defined outside __init__
Check notice on line 243 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute DelayedAdditionalContractility defined outside __init__
Check notice on line 214 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute Nincr defined outside __init__
Check notice on line 231 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaS3 defined outside __init__
Check notice on line 230 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute lambdaS2 defined outside __init__
Check notice on line 225 in src/pyVertexModel/parameters/set.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute DelayedAdditionalContractility defined outside __init__
Check notice on line 14 in src/pyVertexModel/mesh_remodelling/remodelling.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter geo in docstring
Check notice on line 74 in src/pyVertexModel/Kg/kgSubstrate.py
github-actions / Qodana Community for Python
Method is not declared static
Method `computeEnergySubstrate` may be 'static'
Check notice on line 91 in src/pyVertexModel/Kg/kgSurfaceCellBasedAdhesion.py
github-actions / Qodana Community for Python
Method is not declared static
Method `compute_finalK_SurfaceEnergy` may be 'static'
Check notice on line 151 in src/pyVertexModel/geometry/degreesOfFreedom.py
github-actions / Qodana Community for Python
Method is not declared static
Method `update_dofs_stretch` may be 'static'
Check notice on line 135 in src/pyVertexModel/Kg/kgContractility.py
github-actions / Qodana Community for Python
Method is not declared static
Method `getContractilityBasedOnLocation` may be 'static'