Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed May 13, 2024
1 parent c34279a commit 59785c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ def test_find_all_series_from_slps(
assert (
series.primary_path
== Path(
"tests\data\sleap-roots-pipeline-outputs\scan6791737.model230104_182346.multi_instance.n=720.rootprimary.slp"
"tests/data/sleap-roots-pipeline-outputs/scan6791737.model230104_182346.multi_instance.n=720.rootprimary.slp"
).as_posix()
)
assert series.lateral_path == None
assert (
series.crown_path
== Path(
"tests\data\sleap-roots-pipeline-outputs\scan6791737.model220821_163331.multi_instance.n=867.rootcrown.slp"
"tests/data/sleap-roots-pipeline-outputs/scan6791737.model220821_163331.multi_instance.n=867.rootcrown.slp"
).as_posix()
)

Expand Down

0 comments on commit 59785c6

Please sign in to comment.