1
0
Fork 0

wip: Post-barcelona wrap-up commit

This commit is contained in:
Joost De Cock 2022-08-29 08:31:23 +02:00
parent 0431764a66
commit bbfef41e98
163 changed files with 811 additions and 679 deletions

View file

@ -10,7 +10,7 @@ import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
testPatternConfig(Bee)
// Test drafting - Change the second parameter to `true` to log errors
testPatternDrafting(Bee, true)
testPatternDrafting(Bee, false)
// Test sampling - Change the second parameter to `true` to log errors
testPatternSampling(Bee, false)