REO progress

This commit is contained in:
rusefi 2020-06-14 00:22:37 -04:00
parent 40ac0f519c
commit 2af7886dea
2 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ public class TuneReadWriteTest {
}
}
System.out.println("Total mismatch count " + mismatchCounter);
// for different legit reasons we have some mismatches
assertEquals(7, mismatchCounter);
// todo: why one byte mismatch? since it's in floats I kind of do not care, floats are weird
assertEquals(1, mismatchCounter);
}
private ConfigurationImage makeBinaryTune(Msq tsTune, IniFileModel instance) {