Skip to content

Commit

Permalink
SimulationBuilder accounts writePulse argument when loading survey.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp committed Sep 22, 2024
1 parent 6272081 commit 917263d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyhelios/simulation_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def build(self):
self.writeWaveform,
self.calcEchowidth,
self.fullwaveNoise,
self.platformNoiseDisabled
self.platformNoiseDisabled,
False
)
if self.callback is not None:
build.sim.setCallback(self.callback)
Expand Down

0 comments on commit 917263d

Please sign in to comment.