Merge pull request #74 from smason/move-tests #4
Annotations
10 errors
Ruff (F821):
csg2csg/Card.py#L10
csg2csg/Card.py:10:16: F821 Undefined name `text_string`
|
Ruff (F401):
csg2csg/FLUKACellCard.py#L4
csg2csg/FLUKACellCard.py:4:18: F401 `enum.Enum` imported but unused
|
Ruff (F401):
csg2csg/FLUKAInput.py#L6
csg2csg/FLUKAInput.py:6:38: F401 `csg2csg.FLUKASurfaceCard.FLUKASurfaceCard` imported but unused
|
Ruff (F401):
csg2csg/FLUKAInput.py#L7
csg2csg/FLUKAInput.py:7:35: F401 `csg2csg.FLUKACellCard.FLUKACellCard` imported but unused
|
Ruff (F401):
csg2csg/FLUKAInput.py#L9
csg2csg/FLUKAInput.py:9:5: F401 `csg2csg.FLUKAMaterialCard.FLUKAMaterialCard` imported but unused
|
Ruff (E501):
csg2csg/FLUKAInput.py#L253
csg2csg/FLUKAInput.py:253:89: E501 Line too long (94 > 88 characters)
|
Ruff (E501):
csg2csg/FLUKASurfaceCard.py#L349
csg2csg/FLUKASurfaceCard.py:349:89: E501 Line too long (93 > 88 characters)
|
Ruff (E501):
csg2csg/FLUKASurfaceCard.py#L359
csg2csg/FLUKASurfaceCard.py:359:89: E501 Line too long (93 > 88 characters)
|
Ruff (E501):
csg2csg/FLUKASurfaceCard.py#L369
csg2csg/FLUKASurfaceCard.py:369:89: E501 Line too long (93 > 88 characters)
|
Ruff (F401):
csg2csg/MCNPCellCard.py#L4
csg2csg/MCNPCellCard.py:4:18: F401 `enum.Enum` imported but unused
|