pycbc icon indicating copy to clipboard operation
pycbc copied to clipboard

Be efficient with imports

Open GarethCabournDavies opened this issue 1 month ago • 0 comments

Sometimes the whole package isnt needed, so we can use e.g. from pycbc import init_logging.

We should also check what is being imported when, I cant remember exactly where, but the other day I got an error to do with the neutron star equation of state when trying to import an argument parser group

GarethCabournDavies avatar Jun 12 '24 17:06 GarethCabournDavies