Ashwin Nair

Results 57 comments of Ashwin Nair

Local tests ```bash $ cat pyproject.toml [tool.poetry] name = "test" version = "0.1.0" description = "" authors = [] [tool.poetry.dependencies] python="^3.9" [build-system] requires = ["poetry-core @ https://github.com/python-poetry/poetry-core/archive/refs/pull/398/head.zip"] build-backend = "poetry.core.masonry.api"...

Dropped link to #5172 by adding locker subdirectory support

@andersk Ran some local tests [above](https://github.com/python-poetry/poetry/pull/5811#issuecomment-1155146132) and looks like the fix works.

Tests should pass once python-poetry/poetry-core#398 is merged

> Hey @ashnair1 -- we'd like to land this for 1.3 which is creeping up on us. Could you address @radoering's review so we can unstuck this? I've added some...

I'm not sure why but for some tests, `'subdirectory': 'subdir'` gets added when it's not supposed to. The random nature of this error might be due to a particular test...

> How close are we to also removing our custom AugmentationSequential wrapper? Pretty close actually. If `kornia==0.7.3` is released soon, we should be able to fully remove it by next...