-
Notifications
You must be signed in to change notification settings - Fork 4
GA-163 | test_graph
#33
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
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b315606
GA-163 | initial commit
aMahanna aa99026
Merge branch 'main' into GA-163
aMahanna 26e1a85
unlock adbnx
aMahanna d6da2a3
fix: `incoming_graph_data`
aMahanna 6561949
fix: incoming_graph_data
aMahanna 469de71
fix: off-by-one IDs
aMahanna b742027
checkpoint
aMahanna 8b47e4d
checkpoint: `BaseGraphTester` is passing
aMahanna 0483486
checkpoint: BaseGraphAttrTester
aMahanna 1ed111e
cleanup: `aql_fetch_data`, `aql_fetch_data_edge`
aMahanna f5963a6
use pytest skip for failing tests
aMahanna eb6717e
checkpoint: optimize `__iter__`
aMahanna 04dc9c1
checkpoint: run `test_graph`
aMahanna 2199ae3
add comment
aMahanna 173f0a7
Merge branch 'main' into GA-163
aMahanna bc64fe9
checkpoint
aMahanna 0df6c2b
attempt: slleep
aMahanna aa4b336
fix: lint
aMahanna 5aa3eb2
cleanup: getitem
aMahanna b03f4cf
cleanup: copy
aMahanna 27adfa3
attempt: shorten sleep
aMahanna c34898a
Merge branch 'main' into GA-163
aMahanna 0d18563
fix: `__set_adj_elements`
aMahanna b0434a9
fix: mypy
aMahanna 3f07ae1
attempt: decrease sleep
aMahanna 8b87046
Merge branch 'main' into GA-163
aMahanna 28dd130
Merge branch 'main' into GA-163
aMahanna 443d436
Merge branch 'main' into GA-163
aMahanna dcb94ff
fix: graph name
aMahanna e7339de
fix: `_rev`, `use_experimental_views`
aMahanna 6e5b504
new: `nbunch_iter` override
aMahanna e64781e
set experimental views to false
aMahanna bc88320
Merge branch 'main' into GA-163
aMahanna f4f7579
fix: lint
aMahanna 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
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.
This is good. Just as a global comment: At some point we should think about in general all tasks that could require some or long time to finish (e.g. loading a lot of edges, or loading huge edges, etc.) Some indicator for that would be great somewhen or visibility.
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.
ya good point. Something like a temporary spinner or a progress bar would be useful to have
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've worked with these progress libraries before, could be something we can introduce: