-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update FrontEnds API and Bugfix #156
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## computgraph #156 +/- ##
===============================================
+ Coverage 68.07% 68.35% +0.28%
===============================================
Files 64 64
Lines 4501 4516 +15
===============================================
+ Hits 3064 3087 +23
+ Misses 1437 1429 -8 ☔ View full report in Codecov by Sentry. |
end | ||
return loc | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add docs in the next PR.
@@ -134,6 +137,38 @@ Print the LabelProduct. | |||
""" | |||
Base.show(io::IO, obj::LabelProduct) = print(io, "LabelProduct of: $(obj.labels)") | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documentation
No description provided.