Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
105
Issues
105
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
26
Merge Requests
26
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
90a4e531
Commit
90a4e531
authored
Jul 23, 2017
by
Chris Pankow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rapidpe_cig: slicing wrong axis
Original: 693a2da4e361372188e95356a75fa14eff8ed423
parent
3d207532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lalinference/python/rapidpe_compute_intrinsic_grid.py
lalinference/python/rapidpe_compute_intrinsic_grid.py
+1
-1
No files found.
lalinference/python/rapidpe_compute_intrinsic_grid.py
View file @
90a4e531
...
@@ -251,7 +251,7 @@ pts = amrlib.apply_transform(pts, intr_prms, opts.distance_coordinates)
...
@@ -251,7 +251,7 @@ pts = amrlib.apply_transform(pts, intr_prms, opts.distance_coordinates)
# assumes the first N points are from the bank in question. That's okay for now
# assumes the first N points are from the bank in question. That's okay for now
# but we're getting increasingly complex in how we do construction, so we should
# but we're getting increasingly complex in how we do construction, so we should
# be more sophisticated by matching template IDs instead.
# be more sophisticated by matching template IDs instead.
tree
=
BallTree
(
pts
[:
,:
ovrlp
.
shape
[
0
]])
tree
=
BallTree
(
pts
[:
ovrlp
.
shape
[
0
]])
#
#
# Step 3: Get the row of the overlap matrix to work with
# Step 3: Get the row of the overlap matrix to work with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment