inference icon indicating copy to clipboard operation
inference copied to clipboard

Consolidate dir structure

Open pgmpablo157321 opened this issue 8 months ago • 2 comments

After v4.1 we removed legacy ‘calibration’ dir because it was no longer valued (usurped by code dir). There continue to be three largely overlapping dirs which are inconvenient to navigate and only separated due to legacy (not utility): compliance, measurements, results. Due to common structure, these can be easily merged as follows. Simplifying the dir structure will reduce common difficulties, merge complications, and especially error debugging from submission checker (frequent vague errors due to misnaming and missing files):

Image

Post mortem task proposed by @keithachorn-intel

pgmpablo157321 avatar Apr 22 '25 23:04 pgmpablo157321

PR created to consolidate Results/Measurements/Compliance into 'Results' dir.

keithachorn-intel avatar May 27 '25 07:05 keithachorn-intel

@pgmpablo157321 - The directories for compliance and measurements are set here and reused only as variables:

Would updating these two to match the results_dir be sufficient, or do other tools need to be updated also? Perhaps for a transitionary cycle, adding a check whether the original dirs exist first before defaulting to results_dir would cover that case.

keithachorn-intel avatar May 27 '25 18:05 keithachorn-intel