OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
2.04k stars 160 forks source link

Fix typo in testing method #105

Closed 3nol closed 1 year ago

3nol commented 1 year ago

Fixes typo in load_testing method for loading images in unit tests.

lukasalexanderweber commented 1 year ago

The 'img' stands for image. So load_test_img would be better. To be consistent we should probably rename to test_input and test_output

3nol commented 1 year ago

Ah! So the naming already caused confusion. Should I update the PR to include your suggestions? Otherwise, you can decline and close. Edit: opening a new PR for consistent naming is probably better. I close this one.