You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During VRU use case verification testing, it was discovered that:
Time synchronization script relies on certain a log line pattern to work correctly.
In this PR, #205 the log line has a typo where it says
log.info("Simulation Time: {} here current system ... where it should have said "...where current system"
Summary
During VRU use case verification testing, it was discovered that:
Time synchronization script relies on certain a log line pattern to work correctly.
In this PR, #205 the log line has a typo where it says
log.info("Simulation Time: {} here current system ...
where it should have said"...where current system"
Commit
233aaa8
Expected Behavior
Time sync script should detect the line:
where current system
Actual Behavior
There is a typo where it says
here current system
Steps to Reproduce the Actual Behavior
Turn on DEBUG for Traffic.log
And the log line should print
Related Work
No response
The text was updated successfully, but these errors were encountered: