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

Method setup

benchmarks/benchmarks/bench_io.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61
62class Savez(Benchmark):
63 def setup(self):
64 self.squares = get_squares()
65
66 def time_vb_savez_squares(self):
67 np.savez('tmp.npz', **self.squares)

Callers

nothing calls this directly

Calls 1

get_squaresFunction · 0.85

Tested by

no test coverage detected