Skip to content

Commit 00c5046

Browse files
committed
test_CombineLayer_match_unknown extra check
1 parent bdaf19c commit 00c5046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_TFNetworkLayer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ def test_CombineLayer_broadcast_multiple():
708708
def test_CombineLayer_match_unknown():
709709
with make_scope() as session:
710710
dat1 = Data(name="undefined", shape=(None, 3))
711+
assert dat1.dim_tags[1].undefined
711712
# Create placeholders to have this dyn size clearly defined.
712713
dat2 = Data(name="defined", shape=(None, 3), auto_create_placeholders=True)
713714
net = TFNetwork(extern_data=ExternData())

0 commit comments

Comments
 (0)