You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a rather minor issue, but it seems some changes in 0.16.2 made it not entirely compatible with previous TensorFlow versions.
For example, the method sample_positions from the class CoverageMap has the following line:
thank you for reporting this issue and its detailed investigation. We will fix the issue with the next release of Sionna.
An obvious workaround is to use TensorFlow 2.13 (and newer).
This is a rather minor issue, but it seems some changes in 0.16.2 made it not entirely compatible with previous TensorFlow versions.
For example, the method sample_positions from the class CoverageMap has the following line:
sionna/sionna/rt/coverage_map.py
Line 463 in 7eb04f4
However, up to TensorFlow 2.12, divide_no_nan only takes inputs with dtype float32 or float64. This was updated in 2.13.
Please clarify in the documentation the TensorFlow requirements.
The text was updated successfully, but these errors were encountered: