Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
ca4fc497
Commit
ca4fc497
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Reorder the init to avoid problems with backend setting
parent
1132453f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tupak/__init__.py
+2
-2
2 additions, 2 deletions
tupak/__init__.py
with
2 additions
and
2 deletions
tupak/__init__.py
+
2
−
2
View file @
ca4fc497
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment