From 2c90a2b03860897eb86d292dfee6693cd1cab4e0 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 13 Jun 2025 16:45:58 +0100 Subject: [PATCH] Temporarily enable the new feature by default --- galvani/BioLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galvani/BioLogic.py b/galvani/BioLogic.py index 428dd9f..2952b49 100644 --- a/galvani/BioLogic.py +++ b/galvani/BioLogic.py @@ -431,7 +431,7 @@ def parse_BioLogic_date(date_text): 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. The binary layout of the data in the MPR file is described by the sequence