ML
ML copied to clipboard
Remove the `expectedNumberOfTensorParameters` parameter
Since expectedNumberOfTensorParameters must be equal to expectedTensorParameterValueNumbers.length, we can remove the expectedNumberOfTensorParameters parameter and just use expectedTensorParameterValueNumbers.
https://github.com/wala/ML/blob/53d2f0a82446e4913682249af7de1b270addb32a/com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestTensorflow2Model.java#L3496-L3500
Could you assign it to me please?