Skip to content

Update graphics.py#127

Merged
tboggs merged 1 commit intospectralpython:masterfrom
wwlswj:patch-2
Sep 27, 2021
Merged

Update graphics.py#127
tboggs merged 1 commit intospectralpython:masterfrom
wwlswj:patch-2

Conversation

@wwlswj
Copy link
Contributor

@wwlswj wwlswj commented Sep 27, 2021

Generally, the variable "bands" is an array, and the "not" judgment does not apply to arrays (Use "any()" or "all()" operation for array judgment). The "not" judgment should be corrected to "is" judgment to solve this compatibility problem.

Generally, the variable "bands" is an array, and the "not" judgment does not apply to arrays (Use "any()" or "all()" operation for array judgment). The "not" judgment should be corrected to "is" judgment to solve this compatibility problem.
@tboggs tboggs merged commit cf84aeb into spectralpython:master Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants