Skip to content

Commit 6b5d68d

Browse files
authored
Merge pull request #84 from GeoscienceAustralia/NPI-3973-debug-sinex-stypes
NPI-3973 Fix bug in specification of stypes
2 parents bc5bd05 + 5d6fec9 commit 6b5d68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnssanalysis/gn_io/sinex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def _get_snx_vector_gzchunks(filename: str, block_name="SOLUTION/ESTIMATE", size
771771
stop = True
772772
i += 1
773773

774-
return _get_snx_vector(path_or_bytes=block_bytes, stypes=set("EST"), format=format)
774+
return _get_snx_vector(path_or_bytes=block_bytes, stypes=set(["EST"]), format=format)
775775

776776

777777
def _get_snx_id(path):

0 commit comments

Comments
 (0)