-
Notifications
You must be signed in to change notification settings - Fork 47
Add support for multiple result node #651
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
Conversation
|
todo
|
Make GraphFlattener multi-input-sensitive, and be more careful about accidental mutation in this context
b2edbff to
334b819
Compare
|
I think this is ready to merge, but still a quick review could be handy to make sure there is no mismatch in expectations. @jdries @HansVRP @VincentVerelst This is quite a large PR in terms of lines of code, but the essential tl;dr is basically described at https://github.com/Open-EO/openeo-python-client/pull/651/files#diff-28f4328e7d44f5afd6d4a6ce10ed344de812d2f2d9460a913c8e65e0a77cdeb5 |
|
approved, one general comment about imports: for our public API, I would prefer to import like: |
good point, added |
Issue #391