File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,6 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
197
197
invgrep -r -E --include ' *.py' --exclude testing.py ' (numpy|np)(\.testing|\.array_equal)' pandas/tests/
198
198
RET=$(( $RET + $? )) ; echo $MSG " DONE"
199
199
200
- # GH37053, Check for np.random.<method> instead of `from numpy.random import` or `from numpy import random`
201
- MSG=' Check for numpy.random-related imports' ; echo $MSG
202
- invgrep -R --include=" *.py" -E " (from numpy.random import)|(from numpy import random)" pandas
203
- RET=$(( $RET + $? )) ; echo $MSG " DONE"
204
-
205
200
# Check for the following code in the extension array base tests: `tm.assert_frame_equal` and `tm.assert_series_equal`
206
201
MSG=' Check for invalid EA testing' ; echo $MSG
207
202
invgrep -r -E --include ' *.py' --exclude base.py ' tm.assert_(series|frame)_equal' pandas/tests/extension/base
You can’t perform that action at this time.
0 commit comments