pjf57 / mat-server-side

Server side code for Market Analysis Toolkit
2 stars 0 forks source link

Simulator events get misordered #8

Closed pjf57 closed 12 years ago

pjf57 commented 12 years ago

Simulator events are not always in order. For example, in the following run of MatSimTest, TG1 produces monotonic increasing data, but ...

09:37:24,683 [Clock] INFO MatSystem$NotificationHandler - Event: ts=25.349368ms src=2 type=TG1 instrument=3 value=67.75 09:37:24,683 [Clock] INFO MatSystem$NotificationHandler - Event: ts=25.348592ms src=5 type=ATR instrument=3 value=3.194168 09:37:24,683 [Clock] INFO MatSystem$NotificationHandler - Event: ts=25.348408ms src=2 type=TG1 instrument=3 value=66.75

pjf57 commented 12 years ago

fixed and committed to master and pushed.