Skip to content

Commit 7cb8c85

Browse files
James Crake-MeraniDrPaulSharp
authored andcommitted
Set the dataset type properly.
1 parent 31bb7bf commit 7cb8c85

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sasdata/temp_ascii_reader.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ def guess_params_from_filename(
8888
if x in unit_kinds
8989
]
9090
params = AsciiReaderParams(
91-
[filename], columns, starting_line=startpos, separator_dict=separator_dict
91+
[filename],
92+
columns,
93+
starting_line=startpos,
94+
separator_dict=separator_dict,
95+
dataset_type=guess_dataset_type(filename),
9296
)
9397
return params
9498

0 commit comments

Comments
 (0)