Add timeout test case stub

This commit is contained in:
Dominik Werder
2022-11-18 14:28:39 +01:00
parent dbbc3ab01f
commit d57aa5474e
3 changed files with 80 additions and 4 deletions

View File

@@ -101,7 +101,6 @@ impl<NTY: ScalarOps> BinsDim0<NTY> {
return false;
}
}
return true;
for (a, b) in self.maxs.iter().zip(other.maxs.iter()) {
if !a.equal_slack(b) {
return false;