Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments on ind-data-inspect #14

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

dcherian
Copy link
Contributor

@dcherian dcherian commented Jun 24, 2022

Again just minor comments. This stuff is great!

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@@ -447,7 +447,7 @@
"metadata": {},
"outputs": [],
"source": [
"sample_glacier_raster.satellite_img1.data.compute()"
"sample_glacier_raster.satellite_img1.load()"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use load since we'll be using this later.

"cov = valid_pixels/valid_pix_max\n",
"\n",
"sample_glacier_raster['cov'] = cov\n"
"sample_glacier_raster['cov'] = valid_pixels/valid_pix_max\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v. minor simplification

@e-marshall e-marshall marked this pull request as ready for review June 27, 2022 18:04
@e-marshall e-marshall merged commit 2f47751 into e-marshall:master Jun 27, 2022
@dcherian dcherian deleted the ind-glacier-inspeect branch June 27, 2022 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants