Skip to content
Snippets Groups Projects
Commit 95e780f7 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'tweaking_core_sampler_pipeline' into '2.8.2-DEVELOPMENT'

twiddle thing to force pipeline

See merge request !1351
parents 4dc6473a 1572e795
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1351twiddle thing to force pipeline
Pipeline #9886 passed
......@@ -71,7 +71,7 @@ def test_uniquifier(capsys, project_rowset: RowSet):
def test_topological_sort(capsys):
# The problem here can probably arise with just two tables but I want to show it with three.
# The problem here can probably arise with just two tables, but I want to show it with three.
# The basic idea is that if A -> B and B -> C and A -> C, then the topological sort is A, B, C.
# But that order must be respected no matter what order we happen to find rows we want to output.
# So to prove it works, we're going to generate a single row in three tables, A, B, and C with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment