From 2ac8499dfb2c4ce33c704fadece7d05ed314a80c Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Tue, 28 Jan 2025 11:52:07 +0100 Subject: [PATCH] now working --- backend/.pylintrc | 4 +- backend/report.html | 12 ++-- backend/src/main.py | 7 +- backend/src/optimization/optimizer.py | 19 ++++-- backend/src/overpass/caching_strategy.py | 15 ++--- backend/src/overpass/overpass.py | 86 ++++++++++++------------ backend/src/utils/cluster_manager.py | 12 ++-- backend/src/utils/landmarks_manager.py | 12 ++-- backend/src/utils/toilets_manager.py | 2 +- 9 files changed, 89 insertions(+), 80 deletions(-) diff --git a/backend/.pylintrc b/backend/.pylintrc index eabcaa6..a054d18 100644 --- a/backend/.pylintrc +++ b/backend/.pylintrc @@ -445,7 +445,9 @@ disable=raw-checker-failed, logging-fstring-interpolation, duplicate-code, relative-beyond-top-level, - invalid-name + invalid-name, + too-many-arguments, + too-many-positional-arguments # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option diff --git a/backend/report.html b/backend/report.html index 2971513..c39425b 100644 --- a/backend/report.html +++ b/backend/report.html @@ -328,7 +328,7 @@ div.media {

Backend Testing Report

-

Report generated on 28-Jan-2025 at 08:25:09 by pytest-html +

Report generated on 28-Jan-2025 at 11:49:54 by pytest-html v4.1.1

Environment

@@ -382,7 +382,7 @@ div.media {

Summary

-

25 tests took 00:00:31.

+

8 tests took 00:05:36.

(Un)check the boxes to filter the results.