Open topepo opened 3 months ago
The default was size = 3 for the previous space-filling designs. For grid_space_filling(), it is now size = 5.
size = 3
grid_space_filling()
size = 5
The difference is just an oversight; not for any technical reason.
Do you want it to go back to 3? Or ride with 5 from now on?
3
5
Five please
Do you remember if this broke a test? If so I'll fix that before closing this issue.
The default was
size = 3
for the previous space-filling designs. Forgrid_space_filling()
, it is nowsize = 5
.The difference is just an oversight; not for any technical reason.