Skip to content

Commit 17958d9

Browse files
waltsimsCopilot
andauthored
minor fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d47860 commit 17958d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kwave/executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def parse_executable_output(output_filename: str) -> dotdict:
119119
# # Combine the sensor data if using a kWaveTransducer as a sensor
120120
# if isinstance(sensor, kWaveTransducer):
121121
# sensor_data['p'] = sensor.combine_sensor_data(sensor_data['p'])
122-
#
123122
# # Compute the intensity outputs
124123
# if any(key.startswith(('I_avg', 'I')) for key in sensor.get('record', [])):
125124
# flags = {

0 commit comments

Comments
 (0)