-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor
Description
Description
In the builder of algorithms or numerical mechanisms, the DP Library returns different error types, i.e., invalid argument, unimplemented, failed precondition, or internal errors. Based on those types, we should raise different exceptions in Python, too.
Are you interested in working on this improvement yourself?
- No, I am not at the moment.
Additional Context
We would basically need to add a case statement based on the error code of the absl::StatusOr in the bindings.
Metadata
Metadata
Assignees
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor