Skip to content

Commit

Permalink
resample_cube_spatial/merge_cubes: make sure to construct valid targe…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Sep 11, 2024
1 parent f8e21b8 commit a201d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ class OpenEOProcesses extends Serializable {
case _ =>
index
}
Some(SpacePartitioner[SpaceTimeKey](target.metadata.bounds)(implicitly,implicitly,index))
Some(SpacePartitioner[SpaceTimeKey](target.metadata.bounds)(implicitly,implicitly,theIndex))
}else{
target.partitioner
}
Expand Down

0 comments on commit a201d12

Please sign in to comment.