chore: apptainers, ipd, rf3 runnable

This commit is contained in:
ncorley
2025-10-02 13:31:34 -07:00
parent 592de5b488
commit 6891de148b
50 changed files with 1683 additions and 231 deletions

View File

@@ -14,8 +14,8 @@ clean:
## Format src directory using black
format:
ruff format src tests
ruff check --fix src tests
ruff format src models tests
ruff check --fix src models tests
#################################################################################
# Self Documenting Commands #