mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-13 17:05:35 +00:00
Revert to defaulting to raising an error on unknown cols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user