mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Ruff pandas vet (#10281)
* Python linting: Add ruff rules for Pandas-vet and Pytest-style * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -73,7 +73,8 @@ def test_median_filter():
|
||||
|
||||
def test_sobel_filter():
|
||||
grad, theta = sob.sobel_filter(gray)
|
||||
assert grad.any() and theta.any()
|
||||
assert grad.any()
|
||||
assert theta.any()
|
||||
|
||||
|
||||
def test_sepia():
|
||||
|
Reference in New Issue
Block a user