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

Arrays are returned when x/y/z translation/scaling/rotation clash in generated graphs #27

Open
bherr2 opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bherr2
Copy link
Contributor

bherr2 commented Dec 20, 2024

Routes like https://apps.humanatlas.io/api/v1/ds-graph and https://apps.humanatlas.io/api/#get-/v1/extraction-site can have arrays instead of numbers if the placement (this can happen else where) occurs multiple times, but has different values. Some of this is different rui locations have the same ID (ie clashes) and some are from different rounding methods (which should be mostly ironed out at this point).

Investigate the issue and find a solution. This might be just choosing the first element to make sure the data is valid on output, but could introduce issues in itself (if the entities are actually different). Or it might mean tracking down the original data and fixing the issue.

@bherr2 bherr2 added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant