flrs / blend_modes

Python package that implements image blend modes
MIT License
140 stars 29 forks source link

Type assertions use wrong format #13

Closed flrs closed 5 years ago

flrs commented 5 years ago

Type assertions should use the raise method instead of assert, since assert can be disabled by the compiler.

flrs commented 5 years ago

This has been fixed in commit 3d04216f9055e83af040f1e96b7d7f1b3693ccbd and will be included in the next release.