diff --git a/opencsp/app/sofast/test/test_project_fixed_pattern_target.py b/opencsp/app/sofast/test/test_project_fixed_pattern_target.py index 57d91b575..4f1280872 100644 --- a/opencsp/app/sofast/test/test_project_fixed_pattern_target.py +++ b/opencsp/app/sofast/test/test_project_fixed_pattern_target.py @@ -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 diff --git a/opencsp/common/lib/render/test/test_VideoHandler.py b/opencsp/common/lib/render/test/test_VideoHandler.py index ef704842e..ae681e89c 100644 --- a/opencsp/common/lib/render/test/test_VideoHandler.py +++ b/opencsp/common/lib/render/test/test_VideoHandler.py @@ -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)