python wrapper

This commit is contained in:
Miha Kralj
2026-02-28 14:14:35 -08:00
parent 82e0248eb0
commit 83e9511261
521 changed files with 62395 additions and 15669 deletions
@@ -52,7 +52,7 @@ public sealed class ChandelierValidationTests
Assert.Equal(
skenderResults[i].ChandelierExit!.Value,
ourValues[i],
precision: 8);
precision: 7);
matched++;
}
}
@@ -92,7 +92,7 @@ public sealed class ChandelierValidationTests
Assert.Equal(
skenderResults[i].ChandelierExit!.Value,
ourValues[i],
precision: 8);
precision: 7);
matched++;
}
}