Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
de80d934
Commit
de80d934
authored
Dec 13, 2016
by
Jakob Schöttl
Browse files
Fix test
parent
a2b08f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/tests/org/vadere/gui/postvisualization/TestTrajectory.java
View file @
de80d934
...
...
@@ -39,7 +39,7 @@ public class TestTrajectory extends TestCase {
new
Pedestrian
(
new
AttributesAgent
(-
1
),
new
Random
()));
steps
.
forEach
(
step
->
pedestriansByStep
.
put
(
step
,
pedestrians
.
stream
().
map
(
ped
->
ped
.
clone
())
pedestrians
.
stream
().
map
(
ped
->
(
Agent
)
ped
.
clone
())
.
peek
(
ped
->
ped
.
setPosition
(
ped
.
getPosition
().
add
(
new
VPoint
(
step
.
getStepNumber
(),
step
.
getStepNumber
()))))
.
collect
(
Collectors
.
toList
())));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment