Skip to content

Commit

Permalink
Fix: Curve subgraph fix (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Walter Irsiegler <gerald@Irsiegler-P14s>
  • Loading branch information
GeraldIr and Gerald Walter Irsiegler authored Oct 19, 2023
1 parent 612d706 commit 9bd2b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openeo_pg_parser_networkx/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _walk_node(self):
self.G.nodes[self._EVAL_ENV.node_uid]["resolved_kwargs"][
arg_name
] = UNRESOLVED_CALLBACK_VALUE
self._parse_process_graph(arg, arg_name=arg_name)
self._parse_process_graph(arg, arg_name=arg_name)

for sub_eval_env in self._EVAL_ENV.result_references_to_walk:
self._EVAL_ENV = sub_eval_env
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-pg-parser-networkx"
version = "2023.10.6"
version = "2023.10.7"

description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>", "Gerald Irsiegler <[email protected]>"]
Expand Down

0 comments on commit 9bd2b3f

Please sign in to comment.