samkhal / marioai

Automatically exported from code.google.com/p/marioai
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Current Unit Test Failures #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are 4 test which fail.  These would be easy to fix by changing the 
expected value to the actual value but I wanted to make sure nobody else 
thought they shouldn't have changed.

Test:
testTotalNumberOfOptions -- expected:<53> but was:<54>
testForwardJumpingAgentFitnessWithoutCreatures -- expected:<7320> but was:<7288>
testForwardJumpingAgentFitnessWithDefaultCreatures -- expected:<8166> but 
was:<8134>
testForwardAgentFitnessWithoutCreatures -- expected:<7432> but was:<7400>

Original issue reported on code.google.com by melin...@gmail.com on 30 Nov 2010 at 9:49

GoogleCodeExporter commented 9 years ago
>testTotalNumberOfOptions -- expected:<53> but was:<54>

A new option has been added, but unit test has not been fixed.

Agents fitness is changed due to changes in the LevelGenerator.

Original comment by Nikolay....@gmail.com on 30 Nov 2010 at 6:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r700.

Original comment by Nikolay....@gmail.com on 30 Nov 2010 at 6:38