-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixing scalar shape handling: treat (1,) as vectors #4214
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8092eed
change tests to expect scalar results for (1,) shapes
michaelosthege fbb6fe2
only treat () as scalar shapes
michaelosthege 0589203
fixes shape tests with new scalar behavior
michaelosthege d89f879
fix BetaBinomial new scalar shape handling
michaelosthege 08caafa
remove sample reshaping
michaelosthege 21de446
adaptions for timeseries distributions
michaelosthege 3095071
take out old (1,) shape handling
michaelosthege 2e38d89
black formatting
michaelosthege fac09f8
Merge branch 'master' into fix-4206
michaelosthege b81397e
Merge branch 'master' into fix-4206
michaelosthege 21bf324
Merge branch 'fix-4206' of https://github.com/michaelosthege/pymc3 in…
michaelosthege bf0757b
Merge branch 'master' into fix-4206
michaelosthege 81465b0
Merge branch 'master' into fix-4206
michaelosthege eb0fcf8
raise ValueError when Distribution is initialized with a 0-length dim…
michaelosthege 7eb78a7
Don't match ValueError message because some distributions use differe…
michaelosthege 3ff4959
Update releasenotes and apply review feedback
michaelosthege 25f6108
Merge latest master & clean up release notes conflict
michaelosthege 1652e4b
Removed xfail tests while testing mvnormal random
Sayam753 ec796ad
Merge branch 'master' into fix-4206
michaelosthege 3e52058
Take out size=1 special case from MixtureSameFamily
michaelosthege 0a5b04b
Merge branch 'fix-4206' of https://github.com/michaelosthege/pymc3 in…
michaelosthege 39ac694
Use more professional terminology
michaelosthege File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.