-
Notifications
You must be signed in to change notification settings - Fork 132
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
mean_absolute_error with ignore_nan
option
#193
Conversation
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.
LGTM after #190 is merged.
check_forward_ignore_nan_with_nonnan_value(inputs) | ||
|
||
|
||
def test_forward_gpu(inputs): |
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.
please put
@pytest.mark.gpu
Codecov Report
@@ Coverage Diff @@
## master #193 +/- ##
==========================================
+ Coverage 76.64% 77.57% +0.93%
==========================================
Files 87 91 +4
Lines 3712 4040 +328
==========================================
+ Hits 2845 3134 +289
- Misses 867 906 +39 |
Let me merge! |
Please merge after #190