Skip to content

Commit 0530428

Browse files
committed
removed experimental workaround
1 parent ce8360e commit 0530428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sail_Instrument/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ def run(self):
497497
calculated -= present
498498

499499
data.VMIN = self.config[VMIN]
500-
for k in ("COG","SOG","HDT","STW"):
501-
if data.misses(k): data[k] = -1 # explicitly mark as undefined
500+
# for k in ("COG","SOG","HDT","STW"):
501+
# if data.misses(k): data[k] = -1 # explicitly mark as undefined, workaround for
502502

503503
for k in data.keys():
504504
# print(f"{PATH_PREFIX + k}={data[k]}")

0 commit comments

Comments
 (0)