We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d47860 commit 17958d9Copy full SHA for 17958d9
1 file changed
kwave/executor.py
@@ -119,7 +119,6 @@ def parse_executable_output(output_filename: str) -> dotdict:
119
# # Combine the sensor data if using a kWaveTransducer as a sensor
120
# if isinstance(sensor, kWaveTransducer):
121
# sensor_data['p'] = sensor.combine_sensor_data(sensor_data['p'])
122
- #
123
# # Compute the intensity outputs
124
# if any(key.startswith(('I_avg', 'I')) for key in sensor.get('record', [])):
125
# flags = {
0 commit comments