{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "main.py test prepare",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/py/firestarr/main.py",
"console": "integratedTerminal",
"args": [
"--no-resume",
"--no-retry",
"--prepare-only"
]
}
]
}
Current version uses
numpy<2in requirements. Need to update to numpy 2 and resolve any differences between the two versions.Steps:
make_hotfix.shdocker compose build firestarr-app-dev(orsetup.sh) - so you can edit code inside itscripts/force_run.sh --prepare-only --no-resume --no-retrydoes in each container and reconcile the differencesrunning that would give you outputs in
../data/sims/m3_<YYYYmmddHHMM>that you can compare between the two containers