Skip to content

Commit 4f2a5e1

Browse files
author
Andrew Van
committed
fixes the medial wall mask
1 parent 98c1706 commit 4f2a5e1

6 files changed

Lines changed: 1033 additions & 17 deletions

File tree

tests/wbsurfer/test_movie.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ def test_scene(dtseries_scene: Path):
1414
"""
1515
with TemporaryDirectory() as tmp_dir:
1616
tmp_path = Path(tmp_dir)
17-
generate_movie([16000, 16010, 16020], dtseries_scene, "test", tmp_path / "output.mp4")
17+
# generate_movie([16000, 16010, 16020], dtseries_scene, "test", tmp_path / "output.mp4")
18+
# generate_movie(["174", "25829"], dtseries_scene, "test", tmp_path / "output.mp4")
19+
generate_movie(["CORTEX_RIGHT", "28548", "79"], dtseries_scene, "test", "test.mp4", vertex_mode=True)

0 commit comments

Comments
 (0)