fish2000/instakit

processors.curves.Channel.asarray() takes a `dtype` kwarg but doesn't do anything with it

fish2000 opened this issue · 1 comments

https://github.com/fish2000/django-instakit/blob/master/django_instakit/processors/curves.py#L33

(can't just fix w/o investigating whether or not the inadvertently loosely-typed array is making the whole thing work, hence this bug report)

Addressed this issue in 0513f07 and sticking a fork in it