functions instead of extending #88
Annotations
36 errors and 2 warnings
black
Process completed with exit code 123.
|
examples/example_gamma_spec_plot.py#L2
Multiple spaces before keyword (E272)
|
examples/example_gamma_spec_plot.py#L16
Trailing whitespace (W291)
|
examples/example_plot_plasma_source_position.py#L23
Line too long (96 > 79 characters) (E501)
|
examples/example_plot_source_direction.py#L2
Multiple spaces before keyword (E272)
|
examples/example_plot_source_position.py#L2
SyntaxError: invalid syntax (E999)
|
examples/example_plot_two_source_energies.py#L2
'openmc_source_plotter' imported but unused (F401)
|
src/openmc_source_plotter/__init__.py#L16
'from .core import *' used; unable to detect undefined names (F403)
|
src/openmc_source_plotter/__init__.py#L16
'.core.*' imported but unused (F401)
|
src/openmc_source_plotter/__init__.py#L17
'from .material import *' used; unable to detect undefined names (F403)
|
src/openmc_source_plotter/__init__.py#L17
'.material.*' imported but unused (F401)
|
src/openmc_source_plotter/core.py#L25
Line too long (80 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L29
Line too long (80 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L31
Trailing whitespace (W291)
|
src/openmc_source_plotter/core.py#L33
Local variable 'tmpdir' is assigned to but never used (F841)
|
src/openmc_source_plotter/core.py#L88
Line too long (80 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L105
Line too long (80 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L109
Line too long (87 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L125
Line too long (83 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L156
Line too long (80 > 79 characters) (E501)
|
src/openmc_source_plotter/core.py#L207
Line too long (80 > 79 characters) (E501)
|
tests/test_core_with_model.py#L2
Line too long (100 > 79 characters) (E501)
|
tests/test_core_with_model.py#L70
Undefined name 'plot_source_direction' (F821)
|
tests/test_core_with_model.py#L76
Line too long (80 > 79 characters) (E501)
|
tests/test_core_with_model.py#L83
Line too long (82 > 79 characters) (E501)
|
tests/test_core_with_model.py#L89
Undefined name 'plot_source_direction' (F821)
|
tests/test_core_with_model.py#L89
Line too long (83 > 79 characters) (E501)
|
tests/test_core_with_settings.py#L2
Line too long (123 > 79 characters) (E501)
|
tests/test_core_with_settings.py#L68
Line too long (83 > 79 characters) (E501)
|
tests/test_core_with_settings.py#L75
Line too long (85 > 79 characters) (E501)
|
tests/test_core_with_settings.py#L81
Line too long (86 > 79 characters) (E501)
|
tests/test_core_with_source.py#L2
'openmc_source_plotter.sample_initial_particles' imported but unused (F401)
|
tests/test_core_with_source.py#L2
'openmc_source_plotter.plot_source_energy' imported but unused (F401)
|
tests/test_core_with_source.py#L2
'openmc_source_plotter.plot_source_position' imported but unused (F401)
|
tests/test_core_with_source.py#L2
'openmc_source_plotter.plot_source_direction' imported but unused (F401)
|
tests/test_core_with_source.py#L2
Line too long (123 > 79 characters) (E501)
|
black
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
black
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|