reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
213 stars 98 forks source link

[feat] Index job reports in a local database #3190

Closed ekouts closed 1 month ago

pep8speaks commented 1 month ago

Hello @ekouts, Thank you for updating!

Line 1491:80: E501 line too long (80 > 79 characters)

Line 196:1: E302 expected 2 blank lines, found 1 Line 289:1: E122 continuation line missing indentation or outdented Line 309:80: E501 line too long (82 > 79 characters) Line 322:1: E122 continuation line missing indentation or outdented Line 346:80: E501 line too long (93 > 79 characters)

Do see the ReFrame Coding Style Guide

Comment last updated at 2024-05-22 08:57:52 UTC
vkarak commented 1 month ago

I will close and reopen this PR as I have changed it a lot.