Switches to using source directions computed as part of the image sou… #711
Annotations
19 errors and 5 warnings
/home/runner/work/pyroomacoustics/pyroomacoustics/pyroomacoustics/room.py#L2235
# if we are here, this means even the direct path is not visible
# we set the visibility of the direct path as 0.
self.visibility.append(np.zeros((self.mic_array.M, 1), dtype=np.int32))
# We also need a fake array of directions as this is expected later in
# the code.
- source.directions = np.zeros((self.mic_array.M, self.dim, 1), dtype=np.float32)
+ source.directions = np.zeros(
+ (self.mic_array.M, self.dim, 1), dtype=np.float32
+ )
# Update the state
self.simulator_state["ism_done"] = True
def ray_tracing(self):
|
build (ubuntu-latest, 3.11)
Process completed with exit code 1.
|
build (ubuntu-latest, 3.12)
Process completed with exit code 1.
|
build (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
build (ubuntu-latest, 3.9)
Process completed with exit code 1.
|
build (macos-13, 3.10)
Process completed with exit code 1.
|
build (macos-13, 3.9)
Process completed with exit code 1.
|
build (ubuntu-latest, 3.8)
Process completed with exit code 1.
|
build (macos-13, 3.12)
Process completed with exit code 1.
|
build (macos-13, 3.11)
Process completed with exit code 1.
|
build (macos-13, 3.8)
Process completed with exit code 1.
|
build (macos-latest, 3.11)
Process completed with exit code 1.
|
build (macos-latest, 3.10)
Process completed with exit code 1.
|
build (windows-2019, 3.12)
Process completed with exit code 1.
|
build (windows-2019, 3.9)
Process completed with exit code 1.
|
build (windows-2019, 3.11)
Process completed with exit code 1.
|
build (windows-2019, 3.10)
Process completed with exit code 1.
|
build (windows-2019, 3.8)
Process completed with exit code 1.
|
build (macos-latest, 3.12)
Process completed with exit code 1.
|
build (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest, 3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest, 3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest, 3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest, 3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|