Default include radiuses to tests with bearings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user