INCF / csa

The Python implementation of the Connection-Set Algebra
GNU General Public License v3.0
13 stars 17 forks source link

Display error while `show(full)` and `show(empty)` #23

Closed yuxuan-z19 closed 1 year ago

yuxuan-z19 commented 1 year ago

Correct me if i'm wrong, but how could show(full) and show(empty) behave EXACTLY THE SAME ???

屏幕截图 2022-11-13 210119

mdjurfeldt commented 1 year ago

show() normalized the image giving the "background color" also to an image filled with ones.

This is fixed in commit 006a56e5 and will be part of next release.

Thank you for the bug report!