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
9b22c484
Commit
9b22c484
authored
1 year ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
use test fix from
#451
parent
2bb2a975
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!522
filter can now combine obs, forecast, and apriori for first iteration. Further...
,
!521
Resolve "release v2.4.0"
,
!514
Resolve "load era5 data from toar db"
Pipeline
#140227
passed
1 year ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_run_modules/test_model_setup.py
+1
-1
1 addition, 1 deletion
test/test_run_modules/test_model_setup.py
with
1 addition
and
1 deletion
test/test_run_modules/test_model_setup.py
+
1
−
1
View file @
9b22c484
...
@@ -27,7 +27,7 @@ class TestModelSetup:
...
@@ -27,7 +27,7 @@ class TestModelSetup:
obj
.
data_store
.
set
(
"
lr_decay
"
,
"
dummy_str
"
,
"
general.model
"
)
obj
.
data_store
.
set
(
"
lr_decay
"
,
"
dummy_str
"
,
"
general.model
"
)
obj
.
data_store
.
set
(
"
hist
"
,
"
dummy_str
"
,
"
general.model
"
)
obj
.
data_store
.
set
(
"
hist
"
,
"
dummy_str
"
,
"
general.model
"
)
obj
.
data_store
.
set
(
"
epochs
"
,
2
)
obj
.
data_store
.
set
(
"
epochs
"
,
2
)
obj
.
model_
name
=
"
%s.h5
"
obj
.
model_
path
=
"
%s.h5
"
yield
obj
yield
obj
RunEnvironment
().
__del__
()
RunEnvironment
().
__del__
()
...
...
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