Missing comma in test results in unexpected string concatenation #53636
Labels
comp:keras
Keras related issues
stat:awaiting response
Status - Awaiting response from author
TF 2.7
Issues related to TF 2.7.0
type:bug
Bug
System information.
Describe the problem.
Absent comma results in unwatned string concatenation on line 330:
tensorflow/tensorflow/python/keras/engine/training_generator_test.py
Lines 330 to 336 in 0d8705c
So
'matmul'gets appended with 'Yaks are also quite nice' resulting inmatmulYaks are also quite nicebeing used in the test.Describe the current behavior.
'matmulYaks are also quite nice'is used in the testDescribe the expected behavior.
'matmul', 'Yaks are also quite nice'is used in the testContributing.
Add the missing comma
Standalone code to reproduce the issue.
NA
Source code / logs.
NA
The text was updated successfully, but these errors were encountered: