Skip to content

Render python native docs alongside API docs #847

Render python native docs alongside API docs

Render python native docs alongside API docs #847

Triggered via pull request September 17, 2024 12:10
Status Success
Total duration 43s
Artifacts

pylint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
pylinter: tudatpy/__init__.py#L13
No name '_version' in module 'tudatpy'
pylinter: tudatpy/__init__.py#L13
Unable to import 'tudatpy._version'
pylinter: tudatpy/__init__.py#L16
No name '_tudat_version' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L16
No name '_tudat_version_major' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L16
No name '_tudat_version_minor' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L16
No name '_tudat_version_patch' in module 'tudatpy.kernel'
pylinter: tudatpy/elements.py#L1
No name 'astro' in module 'tudatpy.kernel'
pylinter: tudatpy/elements.py#L1
Unable to import 'tudatpy.kernel.astro'
pylinter: tudatpy/elements.py#L2
Unable to import 'numpy'
pylinter: tudatpy/horizons_ephemeris.py#L7
Unable to import 'numpy'
pylinter: tudatpy/__init__.py#L20
Final newline missing
pylinter: tudatpy/elements.py#L32
Line too long (104/100)
pylinter: tudatpy/elements.py#L84
Line too long (104/100)
pylinter: tudatpy/elements.py#L87
TODO: Add epoch overloaded input version.
pylinter: tudatpy/elements.py#L1
Missing module docstring
pylinter: tudatpy/elements.py#L5
Argument name "r" doesn't conform to snake_case naming style
pylinter: tudatpy/elements.py#L5
Too many arguments (6/5)
pylinter: tudatpy/elements.py#L46
Argument name "mu" doesn't conform to snake_case naming style
pylinter: tudatpy/elements.py#L46
Too many arguments (7/5)
pylinter: tudatpy/elements.py#L46
Too many local variables (17/15)