Hi guys - my logs from test 1 are completely empty - any thoughts why that might happen?
In the code we have:
StartUserLog()
and as soon as the lights go green:
LogUserCall("%s", "Aaaand they're off!")
But even if I didn't do any of this, I think I would still get some log output.
Our borg also didn't react in any way as we would expect it to (in itself, not surprising ;o) - it basically followed the centre lane as if there were no code changes - I could understand if we threw an exception early on that would happen, but wouldn't we then see that in the logs?
Any thoughts much appreciated!
Cheers
Jason
(MotoToastie - 58)
We did see empty logs on occasion last series, but we never fully understood why this happens.
I am happy to have a look at your code and see what it does on our bench tester. Unfortunately I am working from home today so I will not be able to before Friday morning. Given the description I would suggest the likely places for a problem like this are
Race.py
,RaceCodeFunctions.py
, and possiblyFormula.py
.What I would suggest is that you proceed as best you can and submit code before Friday's deadline so you will get a result for Race Round 1. If we then find something that you can fix before Monday we should be able to accept a late submission for that fix as long as you let us know :)
...thanks Arron!
We had a few tries on the bench rig this morning, the user log file seems to be working fine...
Not really sure what happened on this one :(
No worries Arron, thanks for trying.
Just means we'll be a surprise contender for round 1. Even to ourselves ;o)
Add new comment