Skip to content
Snippets Groups Projects
Commit 473e1164 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix order of imports

parent 75097cba
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ from __future__ import division
import tupak
import numpy as np
import pandas as pd
from tupak.core.utils import logger
try:
from astropy.cosmology import z_at_value, Planck15
import astropy.units as u
......@@ -9,8 +12,6 @@ except ImportError:
logger.warning("You do not have astropy installed currently. You will "
" not be able to use some of the prebuilt functions.")
from tupak.core.utils import logger
try:
import lalsimulation as lalsim
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment