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

Mixtures and __repr__ enhancements. #227

Merged
merged 9 commits into from
Apr 3, 2024
Merged

Mixtures and __repr__ enhancements. #227

merged 9 commits into from
Apr 3, 2024

Conversation

galenseilis
Copy link
Contributor

  • Added a brief docstring for the file, although it should probably be expanded on in the future.
  • Changed order of imports to match PEP8.
  • Adjusted repr so that brackets are given with the distribution name.
  • Added a mixture distribution class.

- Changed order of imports to match PEP8.
- Adjusted __repr__ so that brackets are given with the distribution name.
- Added a mixture distribution class.
@galenseilis
Copy link
Contributor Author

Oops, I forgot to import type hints:

from typing import List, NoReturn

@geraintpalmer geraintpalmer changed the base branch from master to impovements_from_PRs April 3, 2024 10:13
@geraintpalmer geraintpalmer merged commit 7747d8a into CiwPython:impovements_from_PRs Apr 3, 2024
1 of 16 checks passed
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.

2 participants