Revert to defaulting to raising an error on unknown cols

This commit is contained in:
Matthew Evans
2025-06-13 18:23:24 +01:00
parent 30d6098aa0
commit a59f263c2b

View File

@@ -431,7 +431,7 @@ def parse_BioLogic_date(date_text):
return date(tm.tm_year, tm.tm_mon, tm.tm_mday) return date(tm.tm_year, tm.tm_mon, tm.tm_mday)
def VMPdata_dtype_from_colIDs(colIDs, error_on_unknown_column: bool = False): def VMPdata_dtype_from_colIDs(colIDs, error_on_unknown_column: bool = True):
"""Get a numpy record type from a list of column ID numbers. """Get a numpy record type from a list of column ID numbers.
The binary layout of the data in the MPR file is described by the sequence The binary layout of the data in the MPR file is described by the sequence