amazing cache #55
| @@ -335,8 +335,6 @@ def fill_cache(): | |||||||
|                 with open(entry.path, 'r') as f: |                 with open(entry.path, 'r') as f: | ||||||
|                     try : |                     try : | ||||||
|                         json_data = json.load(f) |                         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 : |                     except Exception as exc : | ||||||
|                         raise Exception(f'An unexpected error occured while parsing file {f}') from exc |                         raise Exception(f'An unexpected error occured while parsing file {f}') from exc | ||||||
|          |          | ||||||
|   | |||||||
| @@ -6,4 +6,4 @@ max_landmarks_refiner: 20 | |||||||
| overshoot: 0.0016 | overshoot: 0.0016 | ||||||
| time_limit: 1 | time_limit: 1 | ||||||
| gap_rel: 0.05 | gap_rel: 0.05 | ||||||
| max_iter: 25 | max_iter: 40 | ||||||
		Reference in New Issue
	
	Block a user