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 pretty logging and echo via pager GCI challenge #183

Open neelr opened 4 years ago

neelr commented 4 years ago

Hi! I added pretty logging to challenge file for my task! I added echo via page too for the tables!

pushkalkatara commented 4 years ago

Hi @neelr Thanks for the PR. The build is failing due to two reasons -

  1. Flake8 formatting error.
  2. Output format doesn't match with the test's output.
pushkalkatara commented 4 years ago

@neelr

  1. To find out where flake8 problem exists, installing flake8 on your computer and running it on your branch would list all the formatting requirements which are missing. You can install it using python -m pip install flake8 and run on the repo as flake8 ~/dir/evalai-cli.

  2. It is related to the pytests which are written to check the output of a CLI command. But while running the task, the output is NULL as reported in the build. (the ' ' symbol).