Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
fe5c9c78
Commit
fe5c9c78
authored
Jan 29, 2020
by
Ievgen Vovk
Browse files
PEP8 coding style fixes.
parent
45f51600
Changes
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
fe5c9c78
...
@@ -19,6 +19,7 @@ __all__ = ['MAGICEventSource']
...
@@ -19,6 +19,7 @@ __all__ = ['MAGICEventSource']
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
class
MAGICEventSource
(
EventSource
):
class
MAGICEventSource
(
EventSource
):
"""
"""
EventSource for MAGIC calibrated data.
EventSource for MAGIC calibrated data.
...
@@ -657,7 +658,6 @@ class MarsRun:
...
@@ -657,7 +658,6 @@ class MarsRun:
def
n_pedestal_events_m2
(
self
):
def
n_pedestal_events_m2
(
self
):
return
len
(
self
.
pedestal_ids
[
'M2'
])
return
len
(
self
.
pedestal_ids
[
'M2'
])
@
staticmethod
@
staticmethod
def
load_events
(
file_list
,
is_mc
):
def
load_events
(
file_list
,
is_mc
):
"""
"""
...
...
Write
Preview
Supports
Markdown
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