-
-
Notifications
You must be signed in to change notification settings - Fork 482
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 random polynomial bias #37118
Merged
vbraun
merged 23 commits into
sagemath:develop
from
grhkm21:grhkm/uniform-polynomial-ring
Mar 25, 2024
Merged
Fix random polynomial bias #37118
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dfaf9bb
Fix random polynomial bias
grhkm21 d67cf84
Allow `degree=-1` together with `monic=True`
grhkm21 e481786
Fix buggy sampling
grhkm21 9e037d4
Merge branch 'develop' into grhkm/uniform-polynomial-ring
grhkm21 f4b72cd
apply review changes 📖
grhkm21 388849c
apply review changes 📖
grhkm21 efac3ca
apply review changes 📖
grhkm21 2495622
fix docstring fullstops
grhkm21 7d4ece6
fix styling
grhkm21 a879ac5
apply review changes 📖
grhkm21 969c37d
apply review changes 📖
grhkm21 4d515d8
Merge branch 'develop' into grhkm/uniform-polynomial-ring
grhkm21 ccfdd93
refactor `.random_element` 📖
grhkm21 1b09de0
fix input docs format
grhkm21 4e1378f
I don't know what the code is trying to do here
grhkm21 97ad0a5
fix remaining doctests
grhkm21 d5215d4
fix docs wording + uniformity test 📖
grhkm21 786d7f0
Fix doctests
grhkm21 6beda49
long time doctests
grhkm21 b0c6057
Merge branch 'develop' into grhkm/uniform-polynomial-ring
grhkm21 0ea04b1
Small wording change
grhkm21 a0d5d4a
wrap some lines fix some indentation
grhkm21 9d1d0a1
wrap at 80
grhkm21 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert. The indentation is useful and such a change can just create (merge) conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I blame this on my editor.