commit 0c8508aa624b23d2775a67a331ecce16390aaf3b
parent bdddf1785101f45288aed7555f66f13fbb9103d1
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date: Tue, 11 Feb 2025 19:26:49 +0100
Fix directions_scat pybind shape
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compute_paths_pybind11.cpp b/compute_paths_pybind11.cpp
@@ -97,7 +97,7 @@ compute_paths_wrapper(
make_py_array({num_rx, num_tx}, a_tm_re_los),
make_py_array({num_rx, num_tx}, a_tm_im_los),
make_py_array({num_rx, num_tx}, tau_los),
- make_py_array({num_rx, num_tx, num_paths, 3}, directions_scat),
+ make_py_array({num_bounces, num_rx, num_tx, num_paths, 3}, directions_scat),
make_py_array({num_bounces, num_rx, num_tx, num_paths}, a_te_re_scat),
make_py_array({num_bounces, num_rx, num_tx, num_paths}, a_te_im_scat),
make_py_array({num_bounces, num_rx, num_tx, num_paths}, a_tm_re_scat),