mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
fix pep
This commit is contained in:
@@ -238,7 +238,9 @@ def VMPdata_dtype_from_colIDs(colIDs):
|
||||
type_list.append((unique_field_name, field_type))
|
||||
else:
|
||||
raise NotImplementedError("Column ID {cid} after column {prev} "
|
||||
"is unknown".format(cid=colID, prev=type_list[-1][0]))
|
||||
"is unknown"
|
||||
.format(cid=colID,
|
||||
prev=type_list[-1][0]))
|
||||
return np.dtype(type_list), flags_dict
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user