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

Typo or wrong syntax in examples setting chunk size - documentation #2856

Closed
adybbroe opened this issue Jul 16, 2024 · 1 comment · Fixed by #2857
Closed

Typo or wrong syntax in examples setting chunk size - documentation #2856

adybbroe opened this issue Jul 16, 2024 · 1 comment · Fixed by #2857

Comments

@adybbroe
Copy link
Contributor

adybbroe commented Jul 16, 2024

Describe the bug

I believe the syntax is wrong in the examples here:

https://satpy.readthedocs.io/en/latest/overview.html#data-chunks

To Reproduce

# Your code here

Expected behavior
A clear and concise description of what you expected to happen.

Think it should be dask.config.set({"array.chunk-size": "32MiB"}) for example.

(Curly braces are missing)

Actual results
Text output of actual results or error messages including full tracebacks if applicable.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment Info:

  • OS: [e.g. OSX, Windows, Linux]
  • Satpy Version: [e.g. 0.9.0]
  • PyResample Version:
  • Readers and writers dependencies (when relevant): [run from satpy.utils import check_satpy; check_satpy()]

Additional context
Add any other context about the problem here.

@simonrp84
Copy link
Member

I thought I had already fixed this issue, but seemingly not! Anyway, I agree that the curly braces should be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants