Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ICARTT Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
MBEES
ICARTT Python Package
Merge requests
!22
towards release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
towards release
FObersteiner/icartt-dev:dev
into
master
Overview
0
Commits
14
Pipelines
2
Changes
2
Merged
Florian Obersteiner
requested to merge
FObersteiner/icartt-dev:dev
into
master
3 years ago
Overview
0
Commits
14
Pipelines
2
Changes
2
Expand
some suggestions, addressing
#23 (closed)
and
#9
0
0
Merge request reports
Viewing commit
0cb5da37
Prev
Next
Show latest version
2 files
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0cb5da37
added test for revision parser
· 0cb5da37
Florian Obersteiner
authored
3 years ago
tests/test_1001.py
+
0
−
1
Options
@@ -163,7 +163,6 @@ class Simple1001TestCase(unittest.TestCase):
[
"
Use of these data requires PRIOR OK from the PI
"
],
)
self
.
assertEqual
(
ict
.
normalComments
.
keywords
[
"
OTHER_COMMENTS
"
].
data
,
[
"
N/A
"
])
# TODO test revision information
def
testReadData
(
self
):
ict
=
icartt
.
Dataset
(
self
.
fn
,
loadData
=
True
)
Loading