10000 test_load_refcount from numpy.lib.tests.test_io · Issue #6571 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
test_load_refcount from numpy.lib.tests.test_io #6571
< 6B89 div data-testid="issue-viewer-issue-container">
@rherault-pro

Description

@rherault-pro

The test test_load_refcount from numpy.lib.tests.test_io seems to randomly fail even on the master branch.

#!/usr/bin/env python

from __future__ import print_function

from numpy.lib.tests.test_io import test_load_refcount

n=100
print("Test",end='')
for i in range(n):
    print("\rTest %d/%d"%(i+1,n),end='')
    test_load_refcount()
print("")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0