Temporarily enable the new feature by default

This commit is contained in:
Matthew Evans
2025-06-13 16:45:58 +01:00
parent 5a207dbf5e
commit 2c90a2b038

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 = True): def VMPdata_dtype_from_colIDs(colIDs, error_on_unknown_column: bool = False):
"""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