SebastianCa
SebastianCa
Closing due to inactivity
Hi @alejandroBlancoPizarro, The issue with your code is that `num_effective_subcarriers=612` is not a multiple of `num_streams=8`. Sionna should raise an assertion in such cases. This will be fixed in the...
Closing due to inactivity
Closing as resolved
Hi @kjellwagn, Does this behavior only occur when loading your custom scene, or do you also experience it with the built-in scenes? Is your custom scene particularly large or does...
That sounds like a fairly large scene. We’ll look into it and get back to you.
Hi @MizWong, I am unable to reproduce the error with my setup, and it also works fine in Colab. It seems to be an issue with your local installation. Could...
Hi @vishalgoyal316, could you please provide more details about your system setup?
Hi @IhabAdarbeh, It seems like there might be an issue with your local Sionna installation. Here are a few things you can try to troubleshoot: - Could you please run...
Hi @alferio1349, do you have a code snippet that allows to reproduce the error? As workaround you can run the code in non-XLA mode `jit_compile=False`.