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

Function test_resize_handles_empty

tests/test_providers.py:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332
333@pytest.mark.unit
334def test_resize_handles_empty() -> None:
335 out = _resize([], 4)
336 assert out == [0.0, 0.0, 0.0, 0.0]
337
338
339@pytest.mark.unit

Callers

nothing calls this directly

Calls 1

_resizeFunction · 0.90

Tested by

no test coverage detected