mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-06 01:50:42 +02:00
Eliminated the stupid offset bug in interleaving. Hail to to the unit test.
This commit is contained in:
@ -181,7 +181,7 @@ func outsiders(zmin, zmax int64, fn func(int64)) {
|
||||
}
|
||||
|
||||
func TestBigMin(t *testing.T) {
|
||||
const tries = 10
|
||||
const tries = 20
|
||||
for i := 0; i < tries; i++ {
|
||||
x1 := rand.Intn(4000) - 2000
|
||||
y1 := rand.Intn(4000) - 2000
|
||||
|
Reference in New Issue
Block a user