Fix json #2010
Annotations
2 errors
tests/Lynx.Test/ConfigurationTest.cs#L16
Multiple failures or warnings in test:
1) Error in DoubledPawnPenalty (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":-3,"eg":-11} != {"mg":-8,"eg":-11} (appSettings.json)
String lengths are both 18. Strings differ at index 7.
Expected: "{"mg":-3,"eg":-11}"
But was: "{"mg":-8,"eg":-11}"
------------------^
2) Error in IsolatedPawnPenalty (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":-13,"eg":-10} != {"mg":-14,"eg":-14} (appSettings.json)
String lengths are both 19. Strings differ at index 8.
Expected: "{"mg":-13,"eg":-10}"
But was: "{"mg":-14,"eg":-14}"
-------------------^
3) Error in OpenFileRookBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":42,"eg":22} != {"mg":60,"eg":19} (appSettings.json)
String lengths are both 17. Strings differ at index 6.
Expected: "{"mg":42,"eg":22}"
But was: "{"mg":60,"eg":19}"
-----------------^
4) Error in SemiOpenFileRookBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":18,"eg":16} != {"mg":25,"eg":20} (appSettings.json)
String lengths are both 17. Strings differ at index 6.
Expected: "{"mg":18,"eg":16}"
But was: "{"mg":25,"eg":20}"
-----------------^
5) Error in BishopMobilityBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":8,"eg":7} != {"mg":7,"eg":11} (appSettings.json)
Expected string length 15 but was 16. Strings differ at index 6.
Expected: "{"mg":8,"eg":7}"
But was: "{"mg":7,"eg":11}"
-----------------^
6) Error in QueenMobilityBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":2,"eg":7} != {"mg":3,"eg":9} (appSettings.json)
String lengths are both 15. Strings differ at index 6.
Expected: "{"mg":2,"eg":7}"
But was: "{"mg":3,"eg":9}"
-----------------^
7) Error in SemiOpenFileKingPenalty (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":-29,"eg":19} != {"mg":-28,"eg":21} (appSettings.json)
String lengths are both 18. Strings differ at index 8.
Expected: "{"mg":-29,"eg":19}"
But was: "{"mg":-28,"eg":21}"
-------------------^
8) Error in OpenFileKingPenalty (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":-80,"eg":3} != {"mg":-84,"eg":3} (appSettings.json)
String lengths are both 17. Strings differ at index 8.
Expected: "{"mg":-80,"eg":3}"
But was: "{"mg":-84,"eg":3}"
-------------------^
9) Error in KingShieldBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":15,"eg":-5} != {"mg":14,"eg":-3} (appSettings.json)
String lengths are both 17. Strings differ at index 7.
Expected: "{"mg":15,"eg":-5}"
But was: "{"mg":14,"eg":-3}"
------------------^
10) Error in BishopPairBonus (Lynx.TaperedEvaluationTerm): (Configuration.cs) {"mg":22,"eg":65} != {"mg":24,"eg":83} (appSettings.json)
String lengths are both 17. Strings differ at index 7.
Expected: "{"mg":22,"eg":65}"
But was: "{"mg":24,"eg":83}"
------------------^
11) Error in PassedPawnBonus (Lynx.TaperedEvaluationTermByRank): (Configuration.cs) {"rank0":{"mg":0,"eg":0},"rank1":{"mg":-2,"eg":5},"rank2":{"mg":-13,"eg":10},"rank3":{"mg":-12,"eg":32},"rank4":{"mg":13,"eg":62},"rank5":{"mg":38,"eg":132},"rank6":{"mg":53,"eg":191},"rank7":{"mg":0,"eg":0}} != {"rank0":{"mg":0,"eg":0},"rank1":{"mg":1,"eg":2},"rank2":{"mg":-11,"eg":12},"rank3":{"mg":-13,"eg":39},"rank4":{"mg":25,"eg":74},"rank5":{"mg":82,"eg":146},"rank6":{"mg":140,"eg":223},"rank7":{"mg":0,"eg":0}} (appSettings.json)
String lengths are both 208. Strings differ at index 39.
Expected: "...{"mg":0,"eg":0},"rank1":{"mg":-2,"eg":5},"rank2":{"mg":-13..."
But was: "...{"mg":0,"eg":0},"rank1":{"mg":1,"eg":2},"rank2":{"mg":-11,..."
--------------------------------------------^
|
|
The logs for this run have expired and are no longer available.
Loading