Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
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
GstLAL
Commits
e2bac8b8
Commit
e2bac8b8
authored
3 years ago
by
Patrick Godwin
Committed by
Patrick Godwin
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
stream.py: remove unused import
parent
6bed8cbb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!55
Add high-level Stream API to build GStreamer pipelines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal/python/stream.py
+0
-5
0 additions, 5 deletions
gstlal/python/stream.py
with
0 additions
and
5 deletions
gstlal/python/stream.py
+
0
−
5
View file @
e2bac8b8
...
@@ -39,11 +39,6 @@ from gstlal import pipeio
...
@@ -39,11 +39,6 @@ from gstlal import pipeio
from
gstlal
import
simplehandler
from
gstlal
import
simplehandler
from
gstlal.utilities.element_registry
import
ElementRegistry
from
gstlal.utilities.element_registry
import
ElementRegistry
try
:
from
gstlal
import
lloidparts
except
ImportError
:
# TODO create dummy module that returns a raise Error on __getattr__
lloidparts
=
None
SourceElem
=
namedtuple
(
"
SourceElem
"
,
"
datasource is_live gps_range state_vector dq_vector
"
)
SourceElem
=
namedtuple
(
"
SourceElem
"
,
"
datasource is_live gps_range state_vector dq_vector
"
)
Buffer
=
namedtuple
(
"
Buffer
"
,
"
name t0 duration data caps
"
)
Buffer
=
namedtuple
(
"
Buffer
"
,
"
name t0 duration data caps
"
)
...
...
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