MNT Don't benchmark scipy load time (#699)

This commit is contained in:
Roman Yurchak 2020-06-27 12:24:28 +02:00 committed by GitHub
parent 1685e588b4
commit 53235e28b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def main(hostpython):
print_entry("selenium init", b)
# load packages
for package_name in ["numpy", "scipy"]:
for package_name in ["numpy"]:
b = {'native': float('NaN')}
for browser_name, cls in browser_cls:
selenium = cls(port)