Agriya Khetarpal

Results 984 comments of Agriya Khetarpal

Hi @tinosulzer, I'd be happy to work on this!

Apologies for the delay(s), I'll be working on this in this week!

Hi @jmcnamara, how may I resolve the unsuccessful checks? The test is failing due to a whitespace of some sort in my code

**Update**: I fixed "W293 blank line contains whitespace" with autopep8 in another commit. The tests probably should not fail now

I'm on a Windows machine so I cannot run `make`, is there any other way to go about this? I tried it on WSL (Ubuntu) as well but there it...

**Update:** resolved the above by installing `make` using [Chocolatey](https://github.com/chocolatey/choco). I ran the flake8 tests, and resolved four issues – E501, a couple of W291s, and a E115. `pytest` also passes...

Thanks a lot @jmcnamara, – I shall look into benchmarking them this week and get back!

I get your points. The recursive method may be a tad confusing to write (and understand!) in code, and also may not even be needed for practical purposes. I have...

Apologies for the slight delay in sending these performance benchmarks – [here](https://gist.github.com/agriyakhetarpal/b390d26bdb1038faf830ce58f49946e6) they are in a GitHub Gist, as requested. The new implementation with `chr(ord('A')` has not been pushed yet...

> So to be clear, just add another function to your gist called xl_col_to_name3() or similar Oh, I've actually done that in the benchmark file, just not in the PR....