Default include radiuses to tests with bearings
This commit is contained in:
parent
3de501b88f
commit
85b0d22723
@ -66,6 +66,9 @@ module.exports = function () {
|
||||
if (bs.length === 2) return b;
|
||||
else return b += ',10';
|
||||
}).join(';');
|
||||
params.radiuses = bearings.map(() => {
|
||||
return 'unlimited';
|
||||
}).join(';');
|
||||
}
|
||||
|
||||
if (approaches.length) {
|
||||
|
Loading…
Reference in New Issue
Block a user