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.
While working on
galsim/mock_superbit_data.py
, I realized that there is aimport 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.