Resolution #6
Annotations
3 errors
Ruff (E712):
blender_importASE/drawobjects.py#L126
blender_importASE/drawobjects.py:126:20: E712 Avoid equality comparisons to `True`; use `if atoms.pbc.all():` for truth checks
|
Ruff (E712):
blender_importASE/drawobjects.py#L129
blender_importASE/drawobjects.py:129:24: E712 Avoid equality comparisons to `True`; use `if is_same_unit_cell:` for truth checks
|
test
Process completed with exit code 1.
|