Skip to content

muir api update

muir api update #89

Triggered via push March 5, 2024 01:25
Status Success
Total duration 22s
Artifacts

black.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 2 warnings
examples/example_plot_plasma_source_position.py#L23
Line too long (96 > 79 characters) (E501)
examples/example_plot_two_source_energies.py#L17
Line too long (80 > 79 characters) (E501)
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#L33
Local variable 'tmpdir' is assigned to but never used (F841)
src/openmc_source_plotter/core.py#L83
Line too long (80 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L100
Line too long (80 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L104
Line too long (87 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L120
Line too long (83 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L151
Line too long (80 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L202
Line too long (80 > 79 characters) (E501)
tests/test_core_with_model.py#L74
Undefined name 'plot_source_direction' (F821)
tests/test_core_with_model.py#L80
Line too long (80 > 79 characters) (E501)
tests/test_core_with_model.py#L87
Line too long (82 > 79 characters) (E501)
tests/test_core_with_model.py#L93
Undefined name 'plot_source_direction' (F821)
tests/test_core_with_model.py#L93
Line too long (83 > 79 characters) (E501)
tests/test_core_with_settings.py#L73
Line too long (83 > 79 characters) (E501)
tests/test_core_with_settings.py#L80
Line too long (85 > 79 characters) (E501)
tests/test_core_with_settings.py#L86
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)
black
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, stefanzweifel/git-auto-commit-action@v4. 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/