Skip to content

Commit

Permalink
fixup! Issue #424 Update openeo.processes to openeo-processes 2.0.0…
Browse files Browse the repository at this point in the history
… rc1
  • Loading branch information
soxofaan committed Nov 29, 2023
1 parent 12c49d2 commit 0c70c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/processes/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def apply_dimension(data, dimension, process):
:return: Data cube
"""
return _process('apply_dimension',
return _process('apply_dimension',
data=data,
dimension=dimension,
process=build_child_callback(process, parent_parameters=['data'])
Expand Down

0 comments on commit 0c70c53

Please sign in to comment.