Agentic-SLS-ASTM / scripts /specimens /05_2026_06_10_batch_c.py
ppak10's picture
Adds samples.
0f6d5bb
Raw
History Blame Contribute Delete
536 Bytes
#!/usr/bin/env python3
"""Batch C flex — D790 from 2026-06-02 print job (9 specimens, tested 2026-06-10)."""
from _lib import process_session
SESSION = {
"session_folder": "2026_06_10/Batch C 3pt test",
"test_folder": "TST1.Test",
"xlsx_name": "flex_testing_c_6.10.xlsx",
"astm": {"standard": "D790", "type": "Procedure A", "year": "2017"},
"batch_label": "C",
"test_runs": [(i, "SLS", "2026-06-02") for i in range(1, 10)],
}
if __name__ == "__main__":
process_session(SESSION)