GetEnergyScore and GetScore returning same value in exploration puzzle
| Case number: | 954892-990157 |
| Topic: | Developer Preview |
| Opened by: | pauldunn |
| Status: | Closed |
| Assigned: | jflat06 |
| Priority: | 1-High |
| Type: | Bug |
| Opened on: | Thursday, August 11, 2011 - 04:03 |
| Last modified: | Thursday, September 1, 2011 - 02:09 |
I'm testing a recipe on the new V2 development on exploration puzzle 424. When I run these commands:
print(current.GetEnergyScore())
print(current.GetScore())
print(current.GetExplorationMultiplier())
I get:
5633.8244305225
5633.8244305225
2.855237871494
Shouldn't the current.GetScore() command return the exploration multiplier times the energy score?
| Status: Done » Open |
Intro puzzle fixed, but this error still occurs.
| Priority: 3 » 1-High |
I'm testing a recipe using beta on exploration the new exploration puzzle 449. When I run these commands:
print(current.GetEnergyScore())
print(current.GetScore())
print(current.GetExplorationMultiplier())
I get:
10051.009451857
10051.009451857
2.7682100930457
Shouldn't the current.GetScore() command return the exploration multiplier times the energy score?
| Assigned: Anonymous » jflat06 |
assigning...
| Status: Open » Closed |
Appears to be fixed with the latest code update on August 31st, 2011. Tested it on 453 CASP9.
print(current.GetEnergyScore())
print(current.GetScore())
10256.909876081
30758.210435161



Same there in beta "exploration puzzle version 2"