Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec491a5 commit cd31e3aCopy full SHA for cd31e3a
1 file changed
lib/matplotlib/tests/test_agg.py
@@ -276,6 +276,11 @@ def test_draw_path_collection_error_handling():
276
277
278
def test_chunksize_fails():
279
+ # NOTE: This test covers multiple independent test scenarios in a single
280
+ # function, because each scenario uses ~2GB of memory and we don't
281
+ # want parallel test executors to accidentally run multiple of these
282
+ # at the same time.
283
+
284
N = 100_000
285
dpi = 500
286
w = 5*dpi
0 commit comments