Default include radiuses to tests with bearings

This commit is contained in:
whytro 2023-03-11 16:41:47 +09:00
parent 3de501b88f
commit 85b0d22723

View File

@ -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) {