1
Fork 0

chore(hpc): finalize hpc settings and scripts

- Update train.pbs to default to smoke test for safety
- Update .gitignore and ruff.toml
- Sync uv.lock (removing python 3.11 remnants)
- Refine smoke test config
This commit is contained in:
Tibo De Peuter 2026-04-04 18:59:38 +02:00
parent 92db8c2591
commit 92de38608f
13 changed files with 34 additions and 385 deletions

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}