add coadd tests #47
Annotations
10 errors and 1 warning
|
Ruff (E711):
tests/test_mapcat.py#L450
tests/test_mapcat.py:450:31: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L449
tests/test_mapcat.py:449:34: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L448
tests/test_mapcat.py:448:32: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L447
tests/test_mapcat.py:447:34: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L443
tests/test_mapcat.py:443:27: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L442
tests/test_mapcat.py:442:26: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E712):
tests/test_mapcat.py#L437
tests/test_mapcat.py:437:12: E712 Avoid equality comparisons to `True`; use `atomic.valid:` for truth checks
|
|
Ruff (E711):
tests/test_mapcat.py#L436
tests/test_mapcat.py:436:32: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
tests/test_mapcat.py#L435
tests/test_mapcat.py:435:31: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (I001):
tests/test_mapcat.py#L5
tests/test_mapcat.py:5:1: I001 Import block is un-sorted or un-formatted
|
|
ruff
Could not parse version from /home/runner/work/mapcat/mapcat/pyproject.toml. Using latest version.
|