Skip to content

Commit

Permalink
Merge 29ef792 into 2417b2f
Browse files Browse the repository at this point in the history
  • Loading branch information
eriffon committed Nov 3, 2022
2 parents 2417b2f + 29ef792 commit 96908db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyo2/soundspeed/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def send_kng_format(self, prj: 'SoundSpeedLibrary', server_mode: bool = False) -
if self.protocol == "QINSY":
apply_12k = False
tolerances = [0.001, 0.005, 0.01, 0.05, 0.1, 0.5]
elif self.protocol == "PDS2000":
apply_12k = False

tx_data = None
for tolerance in tolerances:
Expand Down

0 comments on commit 96908db

Please sign in to comment.