-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The object that travels on queue_two from process B to process C should be a dictionary. Future work will include saving the candidates and we will want to be able to save other things, like a timestamp, with that data and have them go right into process C. A dictionary also allows us to reference the different information by name, which is easier to follow than x[0], x[1], and so on.
process B:
rf_phase_anomaly_detection/process_b.py
Line 65 in 6cebdf5
| fake_output_data = (fake_rf_input_tensor, fake_bpm_input_tensor, fake_pv_name) |
process C:
rf_phase_anomaly_detection/process_c.py
Line 39 in 251e10c
| result = predictor.predict(*r) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels