Skip to content

Commit

Permalink
Merge branch 'Open-EO:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele authored Oct 18, 2023
2 parents 46b6ad1 + 597d100 commit ca02f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def fit_curve(

# The dimension along which to fit the curves cannot be chunked!
rechunked_data = data.chunk(chunking)
rechunked_data = rechunked_data.persist()

def wrapper(f):
def _wrap(*args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-processes-dask"
version = "2023.10.3"
version = "2023.10.7"
description = "Python implementations of many OpenEO processes, dask-friendly by default."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"]
maintainers = ["EODC Staff <[email protected]>"]
Expand Down

0 comments on commit ca02f20

Please sign in to comment.