-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
cleanupgood first issueGood for newcomersGood for newcomersjavaPull requests that update Java codePull requests that update Java codetestingRelated to test code or test inputRelated to test code or test input
Description
Since expectedNumberOfTensorParameters
must be equal to expectedTensorParameterValueNumbers.length
, we can remove the expectedNumberOfTensorParameters
parameter and just use expectedTensorParameterValueNumbers
.
Lines 3496 to 3500 in 53d2f0a
// check value numbers. | |
assertEquals( | |
"Each tensor parameter should have a unique value number.", | |
expectedNumberOfTensorParameters, | |
expectedTensorParameterValueNumbers.length); |
Metadata
Metadata
Assignees
Labels
cleanupgood first issueGood for newcomersGood for newcomersjavaPull requests that update Java codePull requests that update Java codetestingRelated to test code or test inputRelated to test code or test input