Closed apchytr closed 2 months ago
Context: This PR fixes a bug where manual_shape on Number could be a tensorflow object rather than an int causing issues.
manual_shape
Number
int
Description of the Change: int(cutoff) and a test
int(cutoff)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.22%. Comparing base (7255f25) to head (ce43e93). Report is 1 commits behind head on develop.
7255f25
ce43e93
Context: This PR fixes a bug where
manual_shape
onNumber
could be a tensorflow object rather than anint
causing issues.Description of the Change:
int(cutoff)
and a test