Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
km3py
km3io
Commits
9ad6f2c6
Commit
9ad6f2c6
authored
5 years ago
by
Zineb Aly
Browse files
Options
Downloads
Patches
Plain Diff
resolve aanet -> offline
parent
b7821c89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7684
passed with warnings
5 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
km3io/__init__.py
+1
-1
1 addition, 1 deletion
km3io/__init__.py
km3io/offline.py
+0
-0
0 additions, 0 deletions
km3io/offline.py
tests/test_offline.py
+1
-1
1 addition, 1 deletion
tests/test_offline.py
with
2 additions
and
2 deletions
km3io/__init__.py
+
1
−
1
View file @
9ad6f2c6
from
.__version__
import
version
from
.__version__
import
version
__version__
=
version
__version__
=
version
from
.
aa
ne
t
import
OfflineReader
from
.
offli
ne
import
OfflineReader
from
.daq
import
DAQReader
from
.daq
import
DAQReader
This diff is collapsed.
Click to expand it.
km3io/
aa
ne
t
.py
→
km3io/
offli
ne.py
+
0
−
0
View file @
9ad6f2c6
File moved
This diff is collapsed.
Click to expand it.
tests/test_
aa
ne
t
.py
→
tests/test_
offli
ne.py
+
1
−
1
View file @
9ad6f2c6
import
unittest
import
unittest
from
pathlib
import
Path
from
pathlib
import
Path
from
km3io.
aa
ne
t
import
Reader
,
OfflineEvents
,
OfflineHits
,
OfflineTracks
from
km3io.
offli
ne
import
Reader
,
OfflineEvents
,
OfflineHits
,
OfflineTracks
from
km3io
import
OfflineReader
from
km3io
import
OfflineReader
SAMPLES_DIR
=
Path
(
__file__
).
parent
/
'
samples
'
SAMPLES_DIR
=
Path
(
__file__
).
parent
/
'
samples
'
...
...
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