l3str4nge / imgprocalgs

Image processing algorithms implementation in pure Python :wrench:
MIT License
22 stars 9 forks source link

fix(tilt_shift.py): typo in sharpen_area_size #10

Closed yassinebebba closed 2 years ago

yassinebebba commented 2 years ago

Fixes the argparser for tilt_shift algorithm

Traceback (most recent call last):
  File "/home/sgb/PycharmProjects/imgprocalgs/venv/bin/imgprocalgs-tiltshift", line 33, in <module>
    sys.exit(load_entry_point('imgprocalgs==0.1', 'console_scripts', 'imgprocalgs-tiltshift')())
  File "/home/sgb/PycharmProjects/imgprocalgs/venv/lib64/python3.9/site-packages/imgprocalgs/algorithms/tilt_shift.py", line 134, in main
    args.sharpem_area_size
AttributeError: 'Namespace' object has no attribute 'sharpem_area_size'
yassinebebba commented 2 years ago

@L3str4nge @ViciousDove19

l3str4nge commented 2 years ago

Thanks 🚀