MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_suggested

Method test_suggested

tests/networks/layers/test_get_layers.py:73–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71class TestSuggestion(unittest.TestCase):
72
73 def test_suggested(self):
74 with self.assertRaisesRegex(ValueError, "did you mean 'GROUP'?"):
75 get_norm_layer(name="grop", spatial_dims=2)
76
77
78if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

get_norm_layerFunction · 0.90

Tested by

no test coverage detected