-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
changed default values for TruncatedNormal lower and upper from None to -np.inf… #3250
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 8 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
42ffa0d
changed default values for TruncatedNormal lower and upper to -np.inf…
gilliss 51fd1fb
inserted an idea for testing in test_distributions_random.py
gilliss 2e6444b
included a standalone test test_truncated_normal_sample_random_variab…
gilliss 5271433
minor
gilliss 893414f
minor
gilliss 2835086
changed _default value cases in continuous.TruncatedNormal to avoid n…
gilliss ff5826c
minor
gilliss 590ed88
removed test_truncated_normal_lower from TestScalarParameterSamples s…
gilliss e9d892c
added TestTruncatedNormalUpper and addressed TruncatedNormal _normali…
gilliss 05b5c4c
changed TruncatedNormal.logp to check for infs instead of Nones
gilliss 68dae58
debugging
gilliss 7d03359
debugging
gilliss a58e8cb
debugging
gilliss ae90f8f
debugging
gilliss 8ea31bf
debugging
gilliss 77a0e8c
debugging
gilliss af89cba
tried np.isinf and put in the requested test_truncated_normal_lower t…
gilliss 3febdd3
added extra members self.lower_np self.upper_np for checking values
gilliss 343b6d0
changed to upper_check and lower_check members, with None checks
gilliss f08299f
minor
gilliss 2d60f58
merged upstream/master
gilliss d68a640
merged from my own dev branch
gilliss def32d3
minor
gilliss 8016105
minor
gilliss 1e0c6aa
minor
gilliss b18623b
removed corresponding paramdomains from upper and lower tests
gilliss 3e1dcf6
Merge branch 'master' of https://github.com/pymc-devs/pymc3
2cd14ab
removed upper positional arg from test_truncated_normal_lower and vic…
303843f
Update pymc3/tests/test_distributions_random.py
twiecki dd9d2f6
Update pymc3/tests/test_distributions_random.py
twiecki ae73bc0
Update pymc3/tests/test_distributions_random.py
twiecki 2146664
Update pymc3/tests/test_distributions_random.py
twiecki 2c3d1e2
minor syntax
a63961f
added line to docs/release-notes/pymc3-3.0.md
a60bbd0
moved release notes line to RELEASE-NOTES.md
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
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.