Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
A
applications
reinforcement_learning
forestrl
Commits
fe24a8c1
Commit
fe24a8c1
authored
Jan 23, 2021
by
Sascha Dewes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bugs in NextUpdate stream test
parent
40852bae
Pipeline
#396148
failed with stage
in 4 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/ema/forestrl/singlestep/postprocessor/controller/utilities/NextUpdateTestWrapper.emadl
...rocessor/controller/utilities/NextUpdateTestWrapper.emadl
+1
-1
src/test/ema/forestrl/singlestep/postprocessor/controller/utilities/NextUpdateTest.stream
.../postprocessor/controller/utilities/NextUpdateTest.stream
+1
-1
No files found.
src/main/ema/forestrl/singlestep/postprocessor/controller/utilities/NextUpdateTestWrapper.emadl
View file @
fe24a8c1
...
...
@@ -8,5 +8,5 @@ component NextUpdateTestWrapper {
instance
NextUpdate
(
2
,
22
)
update
;
connect
siteinf
->
update
.
siteinf
;
conn
c
et
update
.
waittime
->
waittime
;
conne
c
t
update
.
waittime
->
waittime
;
}
src/test/ema/forestrl/singlestep/postprocessor/controller/utilities/NextUpdateTest.stream
View file @
fe24a8c1
...
...
@@ -6,5 +6,5 @@ stream NextUpdateTest for NextUpdateTestWrapper {
//
2
:
next
update
is
a
soil
update
for
site
2
siteinf
:
[
0
,
0
,
0
,
0
,
0
,
100
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
200
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
;
0
,
0
,
0
,
0
,
0
,
300
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
400
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
]
tick
[
0
,
0
,
0
,
0
,
0
,
100
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
200
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
;
0
,
0
,
0
,
0
,
0
,
300
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
50
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
];
waittime
:
100
tick
;
waittime
:
100
tick
50
;
}
Write
Preview
Markdown
is supported
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