Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ numchunks
Method
numchunks
python/simulation.py:6451–6452 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6449
return
max(self._numchunks(bp.left) + self._numchunks(bp.right), 1)
6450
6451
def
numchunks(self):
6452
return
self._numchunks(self)
Callers
6
print
Method · 0.95
__init__
Method · 0.80
_init_structure
Method · 0.80
compute_new_chunk_layout
Method · 0.80
test_enumerate_leaf_nodes
Method · 0.80
time_spent_on
Method · 0.80
Calls
1
_numchunks
Method · 0.95
Tested by
2
test_enumerate_leaf_nodes
Method · 0.64
time_spent_on
Method · 0.64