Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 491 Bytes

model_report.md

File metadata and controls

27 lines (14 loc) · 491 Bytes

ModelReport

from tdw.add_ons.model_verifier.model_tests.model_report import ModelReport

Send send_model_report and get a basic report on the model.


Functions

start

self.start()

Returns: A list of commands to start the test.

on_send

self.on_send(resp)

Parameter Type Default Description
resp List[bytes] The response from the build.

Returns: A list of commands to continue or end the test.