Skip to content

Commit

Permalink
update example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Oct 14, 2024
1 parent a3cdf89 commit f1aa2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
" overwrite=True)\n",
"\n",
"print(f\"New list of feature table: {ngff_image.table.list(table_type='feature_table')}\")\n",
"feat_table.table = feat_df\n",
"feat_table.set_table(feat_df)\n",
"feat_table.write()\n",
"\n",
"feat_table.table"
Expand Down

0 comments on commit f1aa2ec

Please sign in to comment.