Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashSampling/FlashSampling
/ test_bsz_h
Function
test_bsz_h
tests/test_core.py:53–55 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
51
],
52
)
53
def
test_bsz_h(args):
54
h, expected_bsz_h = args
55
assert bsz_h(h) == expected_bsz_h
56
57
58
@pytest.mark.parametrize(
"n_hidden_states"
, [1, 2])
Callers
nothing calls this directly
Calls
1
bsz_h
Function · 0.90
Tested by
no test coverage detected