Skip to content
Snippets Groups Projects

Restructure the detector module

Merged Moritz Huebner requested to merge restructure_detector into master
@@ -15,7 +15,6 @@ except ImportError:
try:
import lal
import lalsimulation as lalsim
except ImportError:
logger.warning("You do not have lalsuite installed currently. You will"
" not be able to use some of the prebuilt functions.")
Loading