Skip to content

Commit 3e7ea12

Browse files
committed
test_Data_get_common_data_tbf_and_bf fix
1 parent feba064 commit 3e7ea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_TFUtil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def test_Data_copy_add_spatial_dim_added_time_at_end():
820820
def test_Data_get_common_data_tbf_and_bf():
821821
sources = [
822822
Data(name='target', shape=(None, 13), batch_dim_axis=1, time_dim_axis=0),
823-
Data(name='encoder', shape=(11,), time_dim_axis=None, batch_dim_axis=0)]
823+
Data(name='encoder', shape=(13,), time_dim_axis=None, batch_dim_axis=0)]
824824
pprint(sources)
825825
common = Data.get_common_data(sources=sources)
826826
print("common:", common)

0 commit comments

Comments
 (0)