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
0187bb88
Commit
0187bb88
authored
5 years ago
by
Moritz
Browse files
Options
Downloads
Patches
Plain Diff
Sorted out imports
parent
a352718f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!459
Combining results
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bilby/core/result.py
+1
-2
1 addition, 2 deletions
bilby/core/result.py
with
1 addition
and
2 deletions
bilby/core/result.py
+
1
−
2
View file @
0187bb88
...
...
@@ -3,18 +3,17 @@ from __future__ import division
import
os
from
collections
import
OrderedDict
,
namedtuple
from
itertools
import
product
from
functools
import
reduce
from
distutils.version
import
LooseVersion
from
copy
import
deepcopy
import
corner
import
json
import
scipy.stats
import
matplotlib
import
matplotlib.pyplot
as
plt
from
matplotlib
import
lines
as
mpllines
import
numpy
as
np
import
pandas
as
pd
from
scipy.special
import
logsumexp
import
scipy.stats
from
.
import
utils
...
...
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