fixed floating point error and ruff #29
Annotations
10 errors and 1 warning
Ruff (F401):
DemaScenarios/task_generator.py#L2
DemaScenarios/task_generator.py:2:8: F401 `random` imported but unused
|
Ruff (F401):
DemaScenarios/task_generator.py#L11
DemaScenarios/task_generator.py:11:5: F401 `trajgenpy.Geometries.GeoMultiPolygon` imported but unused
|
Ruff (E402):
DemaScenarios/task_generator.py#L48
DemaScenarios/task_generator.py:48:1: E402 Module level import not at top of file
|
Ruff (F401):
DemaScenarios/task_generator.py#L48
DemaScenarios/task_generator.py:48:17: F401 `osmnx` imported but unused
|
Ruff (F401):
main.py#L11
main.py:11:30: F401 `shapely.affinity.scale` imported but unused
|
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#L115
main.py:115:5: F841 Local variable `allocations` is assigned to but never used
|
Ruff (F401):
tests/allocation_test.py#L9
tests/allocation_test.py:9:12: F401 `trajallocpy` imported but unused
|
Ruff (F401):
trajallocpy/ACBBA.py#L3
trajallocpy/ACBBA.py:3:8: F401 `math` 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/.
|