Aditya Taggar

Results 5 comments of Aditya Taggar

@dbarnett Thanks for replying but when I run yapf manually it doesn't give an error. I have two files, right.py and wrong.py. right.py has no syntax error or runtime errors...

The exit code is 0 Running `yapf right.py` returns ```python import re inp = "AKICKSTARTROUNDOFGOOGLEKICKKICKSTART" print(re.findall(r"^(KICK)\w*(START)")) ``` And the stderr is empty

@zachvalenta There are no requirements or dependencies other than colorama to make it work on your machine locally. So you can just fork and clone the project on your machine....

Oh, I am really sorry. I totally forgot to mention about colorama being a dependency.

Hi, I tried to understand what could be causing the problem, but the thing is, it's confusing. First of all, I didn't set up gurobi on my system, and maybe...