Skip to content

Correction to radiation pressure types #496

Correction to radiation pressure types

Correction to radiation pressure types #496

Triggered via push October 23, 2023 12:04
Status Success
Total duration 48s
Artifacts

pylint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
pylinter: tudatpy/__init__.py#L1
Unable to import 'tudatpy._version'
pylinter: tudatpy/__init__.py#L2
No name 'constants' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L3
No name 'astro' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L4
No name 'interface' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L5
No name 'math' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L6
No name 'utils' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L7
No name 'numerical_simulation' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L8
No name 'trajectory_design' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L12
Undefined variable name '__version__' in __all__
pylinter: tudatpy/elements.py#L1
No name 'astro' in module 'tudatpy.kernel'
pylinter: tudatpy/__init__.py#L1
Missing module docstring
pylinter: tudatpy/__init__.py#L2
first party import "from tudatpy.kernel import constants" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L3
first party import "from tudatpy.kernel import astro" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L4
first party import "from tudatpy.kernel import interface" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L5
first party import "from tudatpy.kernel import math" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L6
first party import "from tudatpy.kernel import utils" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L7
first party import "from tudatpy.kernel import numerical_simulation" should be placed before "from ._version import *"
pylinter: tudatpy/__init__.py#L8
first party import "from tudatpy.kernel import trajectory_design" should be placed before "from ._version import *"
pylinter: tudatpy/elements.py#L32
Line too long (104/100)
pylinter: tudatpy/elements.py#L84
Line too long (104/100)