OpenStitching / stitching

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

More consistent naming of test methods #106

Closed 3nol closed 1 year ago

3nol commented 1 year ago

I converted method names in tests to snake_case to follow common Python styling. This probably avoids confusion as it did in PR#105.

lukasalexanderweber commented 1 year ago

Thanks! :)