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

Reorder the init to avoid problems with backend setting

parent 1132453f
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@ For installation instructions see https://git.ligo.org/Monash/tupak
from __future__ import print_function, division, absolute_import
# import local files, utils should be imported first
# import local files, core utils should be imported first
from tupak.core import utils, likelihood, prior, result, sampler
from tupak.gw import detector, conversion, source, waveform_generator
from tupak.core import likelihood, prior, result, sampler, utils
# import a few often-used functions and classes to simplify scripts
from tupak.core.likelihood import Likelihood
......
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