Context
The simulation and validation tools currently live in micropython-steami-tutorials but are development tools that serve a different purpose than tutorials. They are being moved to this dedicated repo as part of the tutorials restructuring.
What to migrate
| Source (tutorials) |
Destination (this repo) |
sim/sim_backend.py |
sim/sim_backend.py |
validate.py |
validate.py |
tools/board_validate.py |
board_validate.py |
generate_report.py |
generate_report.py |
docs/mockups/ (SVG + PNG + diff + README) |
docs/mockups/ |
Tasks
Scaffolding
Migration
Related
Context
The simulation and validation tools currently live in
micropython-steami-tutorialsbut are development tools that serve a different purpose than tutorials. They are being moved to this dedicated repo as part of the tutorials restructuring.What to migrate
sim/sim_backend.pysim/sim_backend.pyvalidate.pyvalidate.pytools/board_validate.pyboard_validate.pygenerate_report.pygenerate_report.pydocs/mockups/(SVG + PNG + diff + README)docs/mockups/Tasks
Scaffolding
Migration
python validate.pyproduces same SSIM scores as beforeRelated