8000 MAINT: No printing in f2py tests · numpy/numpy@09abcec · GitHub
[go: up one dir, main page]

Skip to content

Commit 09abcec

Browse files
HaoZekecharris
authored andcommitted
MAINT: No printing in f2py tes DFEF ts
1 parent 0940ac1 commit 09abcec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numpy/f2py/tests/test_crackfortran.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ class TestDimSpec(util.F2PyTest):
188188
! the value of n is computed in f2py wrapper
189189
!f2py intent(out) n
190190
integer, dimension({dimspec}), intent(in) :: a
191-
if (a({first}).gt.0) then
192-
print*, "a=", a
193-
endif
194191
end subroutine
195192
""")
196193

0 commit comments

Comments
 (0)
0