Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
lassie
Commits
86ce2409
Commit
86ce2409
authored
Dec 18, 2017
by
Sebastian Heimann
Browse files
remove a debugging statement
parent
c58e9d7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ifc.py
View file @
86ce2409
...
...
@@ -531,7 +531,6 @@ class ManualPickIFC(IFC):
nsl
=
tr
.
nslc_id
[:
3
]
try
:
index
=
nsl_to_index
[
nsl
]
print
nsl
ts
=
picked_times
[
picked_index
==
index
]
its
=
(
num
.
round
((
ts
-
tr
.
tmin
)
/
tr
.
deltat
)).
astype
(
num
.
int64
)
its
=
its
[
num
.
logical_and
(
0
<=
its
,
its
<
tr
.
data_len
())]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment