adding comment on chain path #81
15 errors
Flake8 found 15 errors
Annotations
Check failure on line 2 in examples/example_gamma_spec_plot.py
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
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
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
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
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
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
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
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
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
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
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
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
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
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
github-actions / Flake8
tests/test_core_with_source.py#L2
'openmc_source_plotter' imported but unused (F401)