Skip to content
New issue

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

Fix doctests #139

Merged
merged 4 commits into from May 16, 2021
Merged

Fix doctests #139

merged 4 commits into from May 16, 2021

Conversation

vks
Copy link
Contributor

@vks vks commented May 15, 2021

No description provided.

vks added 2 commits May 15, 2021 14:15
They were converted to use slices instead of arrays, which has several
advantages:

* Slices are more likely to be used than arrays in general.
* The type annotations for empty slices are much more minimal than for
  empty arrays.
@vks vks mentioned this pull request May 15, 2021
7 tasks
@troublescooter troublescooter merged commit 763e293 into statrs-dev:master May 16, 2021
@vks vks deleted the fix-doctests branch May 16, 2021 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants