AllenCell / benchmarking_representations

Benchmarking different methods for extracting unsupervised representations from images
Other
0 stars 0 forks source link

Bugfix: pdm install of pointcloudutils #33

Closed pgarrison closed 1 week ago

pgarrison commented 1 week ago

Issue

The following used to fail:

pdm sync
pdm run python -c "import pointcloudutils.datamodules"

This is a problem because code in br uses that import.

Changes

Testing

The newly added tests pass locally for both pdm and pip install options.

fatwir commented 1 week ago

Installed the env using pdm and verified that "import pointcloudutils.datamodules" works! (Although it took almost 3 minutes to run that import statement!) Looks good to merge!