muir api update #89
27 errors
Flake8 found 27 errors
Annotations
Check failure on line 23 in examples/example_plot_plasma_source_position.py
github-actions / Flake8
examples/example_plot_plasma_source_position.py#L23
Line too long (96 > 79 characters) (E501)
Check failure on line 17 in examples/example_plot_two_source_energies.py
github-actions / Flake8
examples/example_plot_two_source_energies.py#L17
Line too long (80 > 79 characters) (E501)
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 29 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L29
Line too long (80 > 79 characters) (E501)
Check failure on line 33 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L33
Local variable 'tmpdir' is assigned to but never used (F841)
Check failure on line 83 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L83
Line too long (80 > 79 characters) (E501)
Check failure on line 100 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L100
Line too long (80 > 79 characters) (E501)
Check failure on line 104 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L104
Line too long (87 > 79 characters) (E501)
Check failure on line 120 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L120
Line too long (83 > 79 characters) (E501)
Check failure on line 151 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L151
Line too long (80 > 79 characters) (E501)
Check failure on line 202 in src/openmc_source_plotter/core.py
github-actions / Flake8
src/openmc_source_plotter/core.py#L202
Line too long (80 > 79 characters) (E501)
Check failure on line 74 in tests/test_core_with_model.py
github-actions / Flake8
tests/test_core_with_model.py#L74
Undefined name 'plot_source_direction' (F821)
Check failure on line 80 in tests/test_core_with_model.py
github-actions / Flake8
tests/test_core_with_model.py#L80
Line too long (80 > 79 characters) (E501)
Check failure on line 87 in tests/test_core_with_model.py
github-actions / Flake8
tests/test_core_with_model.py#L87
Line too long (82 > 79 characters) (E501)
Check failure on line 93 in tests/test_core_with_model.py
github-actions / Flake8
tests/test_core_with_model.py#L93
Undefined name 'plot_source_direction' (F821)
Check failure on line 93 in tests/test_core_with_model.py
github-actions / Flake8
tests/test_core_with_model.py#L93
Line too long (83 > 79 characters) (E501)
Check failure on line 73 in tests/test_core_with_settings.py
github-actions / Flake8
tests/test_core_with_settings.py#L73
Line too long (83 > 79 characters) (E501)
Check failure on line 80 in tests/test_core_with_settings.py
github-actions / Flake8
tests/test_core_with_settings.py#L80
Line too long (85 > 79 characters) (E501)
Check failure on line 86 in tests/test_core_with_settings.py
github-actions / Flake8
tests/test_core_with_settings.py#L86
Line too long (86 > 79 characters) (E501)
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.sample_initial_particles' 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.plot_source_energy' imported but unused (F401)