Switch to response length prediction based on actual response data
This commit is contained in:
parent
f1132cae05
commit
0b1bcfa0c3
@ -2170,7 +2170,7 @@ class ELM:
|
|||||||
if not any(s in resp for s in ['?', 'NR']):
|
if not any(s in resp for s in ['?', 'NR']):
|
||||||
# add it to the list
|
# add it to the list
|
||||||
param_to_send += did
|
param_to_send += did
|
||||||
predicted_response_length += len(did) + int(dataids[did].dataBitLength)/4
|
predicted_response_length += len(self.getFromCache('22' + did).replace(' ', '')) - 2
|
||||||
|
|
||||||
# if module does not support any did, we cannot check performance level
|
# if module does not support any did, we cannot check performance level
|
||||||
if not param_to_send:
|
if not param_to_send:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user