Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df3f93c

Browse filesBrowse files
dstansbyQuLogic
andauthored
Reduce size of test data
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 928e58c commit df3f93c
Copy full SHA for df3f93c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ def test_hexbin_extent():
964964

965965
def test_hexbin_bad_extents():
966966
fig, ax = plt.subplots()
967-
data = (np.arange(2000) / 2000).reshape((2, 1000))
967+
data = (np.arange(20) / 20).reshape((2, 10))
968968
x, y = data
969969

970970
with pytest.raises(ValueError, match="In extent, xmax must be greater than xmin"):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.