Skip to content

Commit

Permalink
Remove extraneous print statement comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Aug 18, 2020
1 parent 5d2e444 commit e2674b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ark/utils/data_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,6 @@ def test_combine_point_directories():
os.mkdir(os.path.join(temp_dir, "test", "subdir1", "point1"))
os.mkdir(os.path.join(temp_dir, "test", "subdir2", "point2"))

# junk_img = np.zeros((1024, 1024, 3))

# io.imsave(os.path.join(temp_dir, "test", "subdir1", "point1"), junk_img)
# io.imsave(os.path.join(temp_dir, "test", "subdir2", "point2"), junk_img)

data_utils.combine_point_directories(os.path.join(temp_dir, "test"))

assert os.path.exists(os.path.join(temp_dir, "test", "combined_folder"))
Expand Down

0 comments on commit e2674b0

Please sign in to comment.