simulation_data_sender
batch.simulation_data_sender
args
module-attribute
args = parse_args()
parser
module-attribute
parser = ArgumentParser()
send_simulation_results
send_simulation_results(
output_Path, simulation_id, update_key, backend_url
)
Sends simulation results to backend
Source code in yaptide/batch/simulation_data_sender.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
send_simulation_state_update
send_simulation_state_update(
simulation_id, update_key, backend_url, simulation_state
)
Sends simulation state to backend
Source code in yaptide/batch/simulation_data_sender.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
|