keflavich / image_registration

Image Registration for Astronomy
MIT License
156 stars 53 forks source link

added parentheses to print statements #39

Closed K4kap0 closed 2 years ago

K4kap0 commented 2 years ago

I noticed when I tried to run two of the python files in examples syntax errors were triggered by missing parentheses for the print statements, I've just added these in for all of the print statements in benchmarks_shift and benchmarks_zoom.

keflavich commented 2 years ago

Thanks!