Closed jmarshrossney closed 2 months ago
Of negligible importance to us but the change to README.md
was based on reading this: https://docs.pytest.org/en/latest/explanation/pythonpath.html#pytest-vs-python-m-pytest
Super happy with this, ideally want to merge #22 first so there aren't conflicts over layout, it's a good trigger to nudge the relevant people
This PR collects a small handful of changes which I'm hoping are sufficiently non-contentious to bundle together.
src/
layout.[build-system]
table topyproject.toml
(using setuptools for now)prepare_image
that moves the tensor to the default cuda device if availableAs a side note, the main motivation was that I was experiencing a few problems just
pip install
ing the package in editable mode, which made me feel like I was 20 again and unable to figure out why I couldn't import the package I'd just installed. Completing thepyproject.toml
and changing tosrc/
fixed these issues today, as it happened.