Skip to content
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

Don't list processes multiple times in /processes endpoint #48

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

zcernigoj
Copy link
Contributor

@zcernigoj zcernigoj commented Oct 27, 2023

Problem occurs in list_supported_processes() in https://github.com/openEOPlatform/openeo-pg-evalscript-converter where reduce_dimension, apply are added to the implicitly_supported_processes additionally to the js files existing for them.

They will be removed from there: openEOPlatform/openeo-pg-evalscript-converter#90

For the future, this is also solved in this project by creating a set from an array to remove multiple occurrences of the same value.

fixes https://git.sinergise.com/team-6/openeo-platform/-/issues/219

…void listing processes more than once in /processes endpoint
@zcernigoj zcernigoj merged commit dc8df47 into master Nov 6, 2023
4 checks passed
@zcernigoj zcernigoj deleted the fix/multiplicated-processes branch November 6, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants