Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
esde
machine-learning
MLAir
Commits
232c0554
Commit
232c0554
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
renamed test, /close
#8
parent
e86daa57
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!9
new version v0.2.0
,
!8
data generator
Pipeline
#25754
passed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_data_generator.py
+1
-1
1 addition, 1 deletion
test/test_data_generator.py
with
1 addition
and
1 deletion
test/test_data_generator.py
+
1
−
1
View file @
232c0554
...
...
@@ -62,7 +62,7 @@ class TestDataGenerator:
assert
station
[
1
].
data
.
shape
[
-
1
]
==
gen
.
window_lead_time
assert
station
[
0
].
data
.
shape
[
1
]
==
gen
.
window_history
+
1
def
test_get_
key_represen
tation
(
self
,
gen
):
def
test_get_
s
tation
_key
(
self
,
gen
):
gen
.
stations
.
append
(
"
DEBW108
"
)
f
=
gen
.
get_station_key
iter
(
gen
)
...
...
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