Skip to content

adding comment on chain path #81

adding comment on chain path

adding comment on chain path #81

GitHub Actions / Flake8 failed Feb 21, 2024 in 0s

15 errors

Flake8 found 15 errors

Annotations

Check failure on line 2 in examples/example_gamma_spec_plot.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_gamma_spec_plot.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 2 in examples/example_get_particle_data.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_get_particle_data.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 25 in examples/example_plot_plasma_source_position.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_plot_plasma_source_position.py#L25

Line too long (96 > 79 characters) (E501)

Check failure on line 2 in examples/example_plot_source_direction.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_plot_source_direction.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 2 in examples/example_plot_source_energy.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_plot_source_energy.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 2 in examples/example_plot_source_position.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_plot_source_position.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 2 in examples/example_plot_two_source_energies.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

examples/example_plot_two_source_energies.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 16 in src/openmc_source_plotter/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/__init__.py#L16

'from .core import *' used; unable to detect undefined names (F403)

Check failure on line 16 in src/openmc_source_plotter/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/__init__.py#L16

'.core.*' imported but unused (F401)

Check failure on line 17 in src/openmc_source_plotter/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/__init__.py#L17

'from .material import *' used; unable to detect undefined names (F403)

Check failure on line 17 in src/openmc_source_plotter/__init__.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/__init__.py#L17

'.material.*' imported but unused (F401)

Check failure on line 25 in src/openmc_source_plotter/core.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/core.py#L25

Line too long (80 > 79 characters) (E501)

Check failure on line 98 in src/openmc_source_plotter/core.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

src/openmc_source_plotter/core.py#L98

Line too long (83 > 79 characters) (E501)

Check failure on line 2 in tests/test_core_with_model.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_core_with_model.py#L2

'openmc_source_plotter' imported but unused (F401)

Check failure on line 2 in tests/test_core_with_source.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_core_with_source.py#L2

'openmc_source_plotter' imported but unused (F401)