From 917263d4578632df86e72411207d58fa85db0b2d Mon Sep 17 00:00:00 2001 From: albertoesmp Date: Sun, 22 Sep 2024 14:58:35 +0200 Subject: [PATCH] SimulationBuilder accounts writePulse argument when loading survey. --- pyhelios/simulation_builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyhelios/simulation_builder.py b/pyhelios/simulation_builder.py index 60568e1b4..e1558a89c 100644 --- a/pyhelios/simulation_builder.py +++ b/pyhelios/simulation_builder.py @@ -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)