superbit-collaboration / superbit-metacal

Contains a collection of routines used to perform gmix/metacalibration on simulated SuperBIT images
4 stars 1 forks source link

Rework relative & absolute imports to be consistent #70

Open sweverett opened 2 years ago

sweverett commented 2 years ago

While working on galsim/mock_superbit_data.py, I realized that there is a import superbit_lensing.utils as utils call. I thought we had gotten rid of these kinds of imports that require running the setup file. We should find all instances of this and make sure everything in the repo is consistent so that we don't have different results on different machines in case the setup file was run at different times.

sweverett commented 2 years ago

This is mostly solved by pip install -e {/path/to/repo} but we haven't updated all imports yet, will leave open for now