fix double dudd inversion and mm tests pass now

This commit is contained in:
Theo Barollet
2025-02-26 17:48:09 +01:00
committed by Claude Brisson
parent 163b243c41
commit c5d0cab7b0
3 changed files with 15 additions and 16 deletions

View File

@@ -78,6 +78,7 @@ class PairingTests: TestBase() {
if (isValid) {
// Key exists but values differ - print key
logger.info("Difference found at $key")
logger.info(" pairgoth opengotha")
logger.info("baseDuplicateGameCost = "+value!![0].toString()+" "+map2[key]!![0].toString())
logger.info("baseRandomCost = "+value!![1].toString()+" "+map2[key]!![1].toString())
logger.info("baseBWBalanceCost = "+value!![2].toString()+" "+map2[key]!![2].toString())
@@ -401,4 +402,4 @@ class PairingTests: TestBase() {
}
}
}
}