do not comm when there only is 1 agent #22
Annotations
10 errors and 1 warning
Ruff (F401):
main.py#L12
main.py:12:25: F401 `shapely.ops.transform` imported but unused
|
Ruff (F401):
main.py#L14
main.py:14:61: F401 `trajallocpy.Utility` imported but unused
|
Ruff (F841):
main.py#L72
main.py:72:13: F841 Local variable `crs` is assigned to but never used
|
Ruff (E722):
main.py#L73
main.py:73:9: E722 Do not use bare `except`
|
Ruff (F841):
main.py#L116
main.py:116:5: F841 Local variable `allocations` is assigned to but never used
|
Ruff (S101):
tests/allocation_test.py#L5
tests/allocation_test.py:5:5: S101 Use of `assert` detected
|
Ruff (F401):
tests/allocation_test.py#L9
tests/allocation_test.py:9:12: F401 `trajallocpy` imported but unused
|
Ruff (F401):
trajallocpy/ACBBA.py#L2
trajallocpy/ACBBA.py:2:8: F401 `math` imported but unused
|
Ruff (F401):
trajallocpy/ACBBA.py#L5
trajallocpy/ACBBA.py:5:32: F401 `concurrent.futures.ProcessPoolExecutor` imported but unused
|
Ruff (F401):
trajallocpy/ACBBA.py#L5
trajallocpy/ACBBA.py:5:53: F401 `concurrent.futures.ThreadPoolExecutor` imported but unused
|
test (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|