Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
  • Loading branch information
nitbharambe committed Oct 24, 2024
1 parent 855d196 commit aa7cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/arrow_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
" result = {}\n",
" result_dtype = power_grid_meta_data[dataset_type][component_type].dtype\n",
" for name, column in zip(data.column_names, data.columns):\n",
" # The use of zero_copy_only=True and assert statement is to verify if no copies are made. \n",
" # The use of zero_copy_only=True and assert statement is to verify if no copies are made.\n",
" # They are not mandatory for a zero-copy conversion.\n",
" column_data = column.to_numpy(zero_copy_only=True)\n",
" assert column_data.dtype == result_dtype[name]\n",
Expand Down

0 comments on commit aa7cabe

Please sign in to comment.