mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-15 17:45:36 +00:00
Column ID 19 is "control/V"
Added some new test data to support this
This commit is contained in:
@@ -152,6 +152,8 @@ def VMPdata_dtype_from_colIDs(colIDs):
|
||||
dtype_dict['Ewe/V'] = '<f4'
|
||||
elif colID == 7:
|
||||
dtype_dict['dQ/mA.h'] = '<f8'
|
||||
elif colID == 19:
|
||||
dtype_dict['control/V'] = '<f4'
|
||||
elif colID == 70:
|
||||
dtype_dict['P/W'] = '<f4'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user