Cython API: cleaner column rewriting API
This commit is contained in:
@ -237,7 +237,8 @@ def run(config):
|
||||
dcols[tag] = (view.rewrite_column_with_diff_attributes(old_column.name,
|
||||
new_data_type=new_type,
|
||||
new_nb_elements_per_line=new_nb_elements_per_line,
|
||||
new_elements_names=new_elements_names),
|
||||
new_elements_names=new_elements_names,
|
||||
rewrite_last_line=False),
|
||||
value_obitype)
|
||||
|
||||
# Update the dictionary:
|
||||
|
Reference in New Issue
Block a user