MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / test_resize_passthrough_when_equal

Function test_resize_passthrough_when_equal

tests/test_providers.py:327–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325
326@pytest.mark.unit
327def test_resize_passthrough_when_equal() -> None:
328 inp = [0.5, 0.5, 0.5, 0.5]
329 out = _resize(inp, 4)
330 assert out == inp
331
332
333@pytest.mark.unit

Callers

nothing calls this directly

Calls 1

_resizeFunction · 0.90

Tested by

no test coverage detected