ESA-APEx / apex_algorithms

Hosted APEx algorithms
Apache License 2.0
0 stars 1 forks source link

Automated code quality check: consistency of UDP parameters and benchmark arguments #58

Open soxofaan opened 1 week ago

soxofaan commented 1 week ago

triggered from #52 : UDP parameters and benchmark scenario arguments were not consistent (UDP used spatial_extent, while benchmark used bbox). This could have been detected with a code quality check (eg. pre-commit or some kind of consistency "unit" test)