Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Added command to display contents of stdderr file #255

Open jayaike opened 4 years ago

jayaike commented 4 years ago

I have added a command to display the contents of the stderr file

It is invoked by running evalai submission SUBMISSION_ID stderr

jayaike commented 4 years ago

@vkartik97 Alright

jayaike commented 4 years ago

See screenshot Screenshot (127)

jayaike commented 4 years ago

I also made all the responses into variables so changing them won't be ann issue :) @vkartik97 @Ram81 @RishabhJain2018

pushkalkatara commented 4 years ago

@nsjcorps Still the code coverage is decreased. Can you resolve it?

jayaike commented 4 years ago

I mentioned the reason why the code coverage is down @pushkalkatara

jayaike commented 4 years ago

There is a part of the function that I can not test because it never gets called which I showed above. That would be the exception raised for the MissingSchema @pushkalkatara

jayaike commented 4 years ago

If the exception was raised in the request block of code it would be called. However, it is not raised there @pushkalkatara

jayaike commented 4 years ago

Should I put it there so you can see?

jayaike commented 4 years ago

What should I use @vkartik97 ? I took it from the display submission result function. Kindly let me know your comments

krtkvrm commented 4 years ago

The Aim here is to find which condition is applicable for:

The Submission is yet to be evaluated.

How about you check the status of submission data? How about status?

jayaike commented 4 years ago

Workin on It now @vkartik97

jayaike commented 4 years ago

Done @pushkalkatara @vkartik97

jayaike commented 4 years ago

Done!!

jayaike commented 4 years ago

Thanks @vkartik97