Skip to content

Commit

Permalink
chore: snake_case everything
Browse files Browse the repository at this point in the history
  • Loading branch information
wildintellect committed Nov 15, 2023
1 parent c508869 commit 8028ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud-optimized-geotiffs/cogs-overview_resampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@
" Resampling.q1,\n",
" Resampling.q3,\n",
"}\n",
"OverviewResampling = [method for method in Resampling if method not in excluded_resamplings]\n",
"resample_methods = [method.name for method in OverviewResampling]\n",
"overview_resampling_methods = [method for method in Resampling if method not in excluded_resamplings]\n",
"resample_methods = [method.name for method in overview_resampling_methods]\n",
"print(resample_methods)"
]
},
Expand Down

0 comments on commit 8028ab7

Please sign in to comment.