Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 8, 2024
1 parent bcde236 commit 1114b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/contribute_non_geo_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"# Create dummy data for all splits and filenames\n",
"for split in splits:\n",
" for filename in image_file_names:\n",
" create_input_image(split, filename, range(2**16)\n",
" create_input_image(split, filename, range(2**16))\n",
" create_target_images(split, filename.replace('_', '_target_'))\n",
"\n",
"# Zip directory\n",
Expand Down

0 comments on commit 1114b9d

Please sign in to comment.