Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
3 changes: 1 addition & 2 deletions scripts/read.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from datetime import datetime
import argparse
from pathlib import Path
import json
Expand Down Expand Up @@ -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
Expand Down