Reference Solution
Use this directory after attempting or discussing the capstone starter.
capstone.pycontains the completed implementation.test_capstone.pycontains the same checks supplied with the starter.evidence-record.mdrecords the independently checked results and qualified conclusion.
From this directory, run:
python3 capstone.py
python3 capstone.py --report
python3 -m unittest -vThe implementation uses only Python’s standard library. The Decimal calculation is a reference for the declared nominal decimal inputs, while the four-corner envelope addresses deterministic input sensitivity. Neither check validates the physical sensor model.