diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51e7499..8cd5cf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,18 +15,18 @@ repos: - id: check-executables-have-shebangs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.9 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/neutrinoceros/inifix.git - rev: v6.1.1 + rev: v6.1.2 hooks: - id: inifix-format - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] diff --git a/scripts/read.py b/scripts/read.py index 644083e..fdaef71 100644 --- a/scripts/read.py +++ b/scripts/read.py @@ -1,4 +1,3 @@ -from datetime import datetime import argparse from pathlib import Path import json @@ -44,7 +43,7 @@ print("Exception in read") f.close() performances_data[date_dir.name][problem_size_dir.name][ncores_dir.name] = perfs - + else: print(f"Output file not found in {ncores_dir}") # Save the performance data to a JSON file