From a59f263c2bc33de56e053722018683726038360a Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 13 Jun 2025 18:23:24 +0100 Subject: [PATCH] Revert to defaulting to raising an error on unknown cols --- galvani/BioLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galvani/BioLogic.py b/galvani/BioLogic.py index ad2e523..0a987db 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 = 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. The binary layout of the data in the MPR file is described by the sequence