Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ test_info
Method
test_info
python/tests/test_geom.py:185–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
183
self.assertEqual(s.center, zeros())
184
185
def
test_info(self):
186
# Sanity test to ensure that display_geometric_object_info is callable
187
s = gm.Sphere(2)
188
s.info()
189
s.info(2)
190
191
192
class
TestCylinder(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected