-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support various output tuple annotation (#1186)
**Pull Request Checklist** - [x] Fixes #1167 - [x] Tests added - [x] Documentation/examples added; bug fix - [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title **Description of PR** Currently, hera doesn't support un-annotated tuple output type, and there's no guard for partially annotated type. So updating hera like as following. - Support un-annotated tuple output. - Raise the error when the output tuple is partially annotated. --------- Signed-off-by: Ukjae Jeong <jeongukjae@gmail.com> Signed-off-by: Ukjae Jeong <JeongUkJae@gmail.com> Co-authored-by: Elliot Gunton <elliotgunton@gmail.com> Co-authored-by: Alice <alicederyn@gmail.com>
- Loading branch information
1 parent
2eec4c2
commit e7f38fa
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters