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
bb3a6980
Commit
bb3a6980
authored
6 years ago
by
MoritzThomasHuebner
Browse files
Options
Downloads
Patches
Plain Diff
Removed obsolete import
parent
82f604ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!230
Resolve "PEP8 Imports"
Pipeline
#33593
failed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bilby/gw/conversion.py
+2
-2
2 additions, 2 deletions
bilby/gw/conversion.py
with
2 additions
and
2 deletions
bilby/gw/conversion.py
+
2
−
2
View file @
bb3a6980
...
...
@@ -2,8 +2,9 @@ from __future__ import division
import
numpy
as
np
import
pandas
as
pd
from
..core.utils
import
logger
,
solar_mass
from
..core.prior
import
DeltaFunction
try
:
from
astropy.cosmology
import
z_at_value
,
Planck15
import
astropy.units
as
u
...
...
@@ -17,7 +18,6 @@ except ImportError:
logger
.
warning
(
"
You do not have lalsuite installed currently. You will
"
"
not be able to use some of the prebuilt functions.
"
)
from
..core.prior
import
DeltaFunction
def
redshift_to_luminosity_distance
(
redshift
):
...
...
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