ITensor / ITensor/NamedGraphs.jl
More `GraphsExtensions` tests
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 10
- Forks
- 5
- Avg merge
- 6h 43m
- Merged PRs (30d)
- 17
Description
As a follow-up to #69, the functions in GraphsExtensions still need to be tested:
-
post_order_dfs_vertices -
pre_order_dfs_vertices -
post_order_dfs_edges -
vertex_path -
edge_path -
parent_vertices -
parent_vertex -
parent_edges -
parent_edge -
mincut_partitions -
eccentricities -
decorate_graph_edges -
decorate_graph_vertices -
random_bfs_tree
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing GraphsExtensions implementations and the testing approach from follow-up issue #69. Add tests covering each unchecked function in the list, with assertions for their expected graph, path, parent, partition, eccentricity, decoration, and BFS-tree behavior; done means all listed checks are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100