Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Computing coverage map with RIS #735

Open
Athmajan opened this issue Jan 29, 2025 · 1 comment
Open

Error Computing coverage map with RIS #735

Athmajan opened this issue Jan 29, 2025 · 1 comment

Comments

@Athmajan
Copy link

Referring to the tutorial : Sionna_Ray_Tracing_RIS.ipynb

I am learning to use RIS with Sionna. When generating coverage maps with RIS included, I am getting this error
InvalidArgumentError: cannot compute ConcatV2 as input #1(zero-based) was expected to be a float tensor but is a int32 tensor [Op:ConcatV2] name: concat

cm_ris = scene.coverage_map(num_samples=2e6, #increase for better resolution max_depth=5, los=True, reflection=True, diffraction=True, ris=True, cm_cell_size=[4,4], cm_orientation=[0,0,0], cm_center=[0,0,1.5], cm_size=[200,200])

Executed the Colab Notebook without any changes to the given file.

@jhoydis
Copy link
Collaborator

jhoydis commented Feb 4, 2025

Hi @Athmajan,

Thanks for reporting this issue. I can reproduce it. Will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants