-
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
Docstring updates #921
Merged
isaacbrodsky
merged 24 commits into
uber:master
from
isaacbrodsky:compact_all_res1_tes-docs
Jan 5, 2025
Merged
Docstring updates #921
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
37dac22
stub for new res1 test
ajfriend a094639
better name
ajfriend a618a5e
formatting is happening?
ajfriend 63a2723
clean up test for all res 1
ajfriend e5fa3bb
failing test
ajfriend 8f77829
Demonstrate pass at `numUncompacted = 40`
ajfriend 944a62b
retry: Demonstrate pass at `numUncompacted = 40`
ajfriend 6159f5c
should fix the formatting issue
ajfriend d811d47
const array sizes to fix windows errors
ajfriend d29c9b3
bah
ajfriend fa3b1b8
Demonstrate failure at numUncompacted = 41
ajfriend e6c47e0
Demonstrate failure at numUncompacted = numRes1 = 842;
ajfriend a3a28e6
Demonstrate pass at numUncompacted = 40
ajfriend d97b939
back to the full failing test demonstrating the problem
ajfriend f199548
proposed fix for compact
isaacbrodsky 663e02a
test other case
isaacbrodsky a7e07fe
comprehensive test
isaacbrodsky 6eb6ca8
NEVER for parent error
isaacbrodsky 2469b19
convert compactCells to use int64_t
isaacbrodsky 51ba258
docs changes
isaacbrodsky 7ee428c
Merge branch 'master' into compact_all_res1_tes-docs
isaacbrodsky e20fd5b
Merge branch 'master' into compact_all_res1_tes-docs
isaacbrodsky 8b946b2
fix typo
isaacbrodsky 51df30a
Merge branch 'master' into compact_all_res1_tes-docs
isaacbrodsky 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
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.
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.
Should we include the
@return
still for theH3Error
path?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.
Eg, just copy this from further below:
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.
I was most focused on ensuring the docstring wasn't incorrect, rather than completing it. That seems like a good addition.