MCPcopy Create free account
hub / github.com/RightNow-AI/TIDE / test_get_router_input_dim

Method test_get_router_input_dim

tests/test_adapters.py:63–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 assert out.shape == (1, 3, 64)
62
63 def test_get_router_input_dim(self):
64 model = TinyModel()
65 adapter = get_adapter(model)
66 assert adapter.get_router_input_dim(model) == 64
67
68 def test_unprobeable_model_raises(self):
69 """Model with no recognizable structure raises RuntimeError from UniversalAdapter."""

Callers

nothing calls this directly

Calls 3

TinyModelClass · 0.90
get_adapterFunction · 0.90
get_router_input_dimMethod · 0.45

Tested by

no test coverage detected