Skip to content

Commit f1052c0

Browse files
committed
still messing with tests
1 parent da48b76 commit f1052c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/pytest/test_filters.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,16 +488,16 @@ def test_rankFilter1d():
488488
# mode=mode,
489489
# cval=constantValue,
490490
# )
491-
print(data)
492-
print(rank)
493-
print(kernalSize)
494-
print(mode)
495-
print(constantValue)
496-
print(np.ones(
491+
print(f"data = {data}")
492+
print(f"rank = {rank}")
493+
print(f"footprint = {np.ones(
497494
[
498495
kernalSize,
499496
]
500-
))
497+
)}")
498+
print(f"mode = {mode}")
499+
print(f"constantValue = {constantValue}")
500+
501501
# assert np.array_equal(dataOutC, dataOutPy)
502502

503503

0 commit comments

Comments
 (0)