with python 3.12 and latest rtamt from github (v 0.4.1).
Am I misunderstanding the intended semantics in some way, or is the specification supposed to be violated at t=7, with the violation caught when the value at t>8 is processed?
P.S. Of course, if this is just me doing something wrong, or misunderstanding what should happen, I would appreciate any pointers you can provide. Thanks!
The following code:
prints
with python 3.12 and latest rtamt from github (v 0.4.1).
Am I misunderstanding the intended semantics in some way, or is the specification supposed to be violated at t=7, with the violation caught when the value at t>8 is processed?