Replies: 5 comments 3 replies
-
Hi @bitipi, Could you share a minimal code snippet that reproduces the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
sionna==0.19.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
i need diffraction |
Beta Was this translation helpful? Give feedback.
1 reply
-
Have you tried to use the "seed" parameter? paths = solver(scene=scene,
max_depth=3,
los=True,
specular_reflection=True,
diffuse_reflection=True,
refraction=False,
synthetic_array=False,
seed=42) If you fix the seed, you should get the same results. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the compute_paths method gives random results for the same scene and the same phenomena


Beta Was this translation helpful? Give feedback.
All reactions