come onnnnn
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m30s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s

This commit is contained in:
Helldragon67 2025-01-28 15:26:52 +01:00
parent f48dcf80c2
commit 581644a108
2 changed files with 1 additions and 3 deletions

View File

@ -335,8 +335,6 @@ def fill_cache():
with open(entry.path, 'r') as f:
try :
json_data = json.load(f)
except json.decoder.JSONDecodeError as exc :
raise Exception(f'Failed to parse file {f}') from exc
except Exception as exc :
raise Exception(f'An unexpected error occured while parsing file {f}') from exc

View File

@ -6,4 +6,4 @@ max_landmarks_refiner: 20
overshoot: 0.0016
time_limit: 1
gap_rel: 0.05
max_iter: 25
max_iter: 40