-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Description
In the SolverCoverageMap._shoot_and_bounce function, samples_tx_indices stores the indices of the transmitters corresponding to all ray samples. However, when calculating reflection and diffuse reflection, operations like updated_e_field = tf.concat([updated_e_field, ref_e_field], axis=0) actually change the order in which the rays are stored. Should samples_tx_indices be adjusted accordingly?
Metadata
Metadata
Assignees
Labels
No labels