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

Error message returned from bad collection name is... not reasonable. #181

Open
gordonwatts opened this issue Oct 20, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@gordonwatts
Copy link
Member

Here was the call:

jets = (ds
          .SelectMany(lambda e: e.CaloClusters('CaloClusters'))
          .Select(lambda cluster: cluster.pt() / 1000.0)
          .AsAwkwardArray('ClusterPt')
          .value())

And the error message:

'ServiceX rejected the transformation request: (400){"message": "Failed to submit transform request: Failed to generate translation code: Internal Error: attempted to get C++ representation for AST note \\"Name(id=\'e\', ctx=Load())\\", but failed."}\n')

Error message should have indicated the CaloClusters isn't known.

@gordonwatts gordonwatts added the bug Something isn't working label Oct 20, 2021
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