ITensor / ITensor/NamedGraphs.jl

More `GraphsExtensions` tests

Open
#71 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.