Closed ideasman42 closed 1 day ago
There is an invalid comparison here:
matbatchtools\__init__.py:101: SyntaxWarning: "is not" with a literal. Did you mean "!="? if alpha_mode is not "CLIP":
Thanks for catching this! I'll issue a quick minor version update for this.
There is an invalid comparison here: