We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Do you want it to go back to 3? Or ride with 5 from now on?
3
5
Sorry, something went wrong.
Five please
Do you remember if this broke a test? If so I'll fix that before closing this issue.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: