Skip to content

Commit

Permalink
Fix test data errors
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 18, 2024
1 parent e8d03cd commit bfcee35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_project_fixed_pattern_target():
# Set pattern parameters
file_image_projection = os.path.join(
opencsp_code_dir(),
"test/data/measurements_sofast_fringe/general/Image_Projection_test.h5",
"test/data/measurements_sofast_fringe/general/image_projection_test.h5",
)

# Load ImageProjection
Expand Down
2 changes: 1 addition & 1 deletion opencsp/common/lib/render/test/test_VideoHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ def test_frames_to_video_exclusions(self):
def test_transform_powerpoint(self):
src_video_dir_name_ext = os.path.join(self.dir_in, "1s.mp4")
dst_dir = os.path.join(self.dir_out, "test_transform_powerpoint")
ft.create_directories_if_necessary(dst_dir)
dst_video_dir_name_ext = vh.VideoHandler.transform_powerpoint(
src_video_dir_name_ext, dst_dir, overwrite=True
)
ft.create_directories_if_necessary(dst_dir)

# verify the width and height
handler = vh.VideoHandler.VideoInspector(dst_video_dir_name_ext)
Expand Down

0 comments on commit bfcee35

Please sign in to comment.