mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
Fix yesqa hook (#7843)
* fix yesqa hook * Remove redundant noqa * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -413,7 +413,7 @@ class IndexCalculation:
|
||||
"""
|
||||
return (self.nir / ((self.nir + self.red) / 2)) * (self.ndvi() + 1)
|
||||
|
||||
def i(self): # noqa: E741,E743
|
||||
def i(self):
|
||||
"""
|
||||
Intensity
|
||||
https://www.indexdatabase.de/db/i-single.php?id=36
|
||||
|
Reference in New Issue
Block a user