Skip to content

Commit

Permalink
add fixtures from sleap-roots-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed May 13, 2024
1 parent dc79968 commit f686a6e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
3 changes: 0 additions & 3 deletions tests/data/rice_10do/scan0K9E8BI.model123.rootcrown.slp

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/data/rice_3do/0K9E8BI.main_3do_6nodes.predictions.slp

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/data/rice_3do/scan0K9E8BI.model123.rootprimary.slp

This file was deleted.

3 changes: 0 additions & 3 deletions tests/data/rice_3do/scanYR39SJX.model123.rootprimary.slp

This file was deleted.

12 changes: 12 additions & 0 deletions tests/fixtures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ def canola_lateral_slp():
return "tests/data/canola_7do/919QDUH.lateral.predictions.slp"


@pytest.fixture
def rice_pipeline_output_folder():
"""Path to the folder with the output of the rice pipeline."""
return "tests/data/rice_3do_pipeline_output"


@pytest.fixture
def rice_10do_pipeline_output_folder():
"""Path to the folder with the output of the 10 day old rice pipeline."""
return "tests/data/rice_10do_pipeline_output"


@pytest.fixture
def rice_folder():
"""Path to a folder with the predictions for 3 day old rice."""
Expand Down

0 comments on commit f686a6e

Please sign in to comment.