MCPcopy Create free account
hub / github.com/numpy/numpy / test_compressed_gzip

Method test_compressed_gzip

numpy/lib/tests/test_io.py:657–658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

655 assert_array_equal(res, wanted)
656
657 def test_compressed_gzip(self):
658 self.check_compressed(gzip.open, ('.gz',))
659
660 @pytest.mark.skipif(not HAS_BZ2, reason="Needs bz2")
661 def test_compressed_bz2(self):

Callers

nothing calls this directly

Calls 1

check_compressedMethod · 0.95

Tested by

no test coverage detected