Skip to content

Commit

Permalink
fix soy fixture path
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed May 12, 2024
1 parent a3de854 commit 60335a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def soy_primary_slp():
@pytest.fixture
def soy_lateral_slp():
"""Path to lateral root predictions for 6 day old soy."""
return "tests/data/soy_6do/6PR6AA22JK.lateral__nodes.predictions.slp"
return "tests/data/soy_6do/6PR6AA22JK.lateral.predictions.slp"


@pytest.fixture
Expand Down

0 comments on commit 60335a3

Please sign in to comment.