Skip to content

Commit

Permalink
adapting to new error messages #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 18, 2023
1 parent 12aec29 commit 02f2139
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Warning: Polygon 'J1' has been dilated as it is just a segment.
Warning: Polygon for junction 'J1' has been dilated as it is just a segment.
Warning: Polygon 'jps.walkable_area_1' will be skipped as it is just a point.
Warning: Polygon 'jps.walkable_area_2' had some equal consecutive points removed: 300.000000000,0.000000000 300.000000000,10.000000000
Warning: While generating geometry 2 connected components were detected, 59.15% of total pedestrian area is covered by the first.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Warning: Polygon 'J1' has been dilated as it is just a segment.
Warning: Polygon for junction 'J1' has been dilated as it is just a segment.
Warning: Error while adding person 'p_1' as JuPedSim agent: Model constraint violation: Agent (0, -1.6) too close to agent (0, -1.6): distance 0
Warning: Error while adding person 'p_2' as JuPedSim agent: Model constraint violation: Agent (0, -1.6) too close to agent (0, -1.6): distance 0
Warning: Error while adding person 'p_3' as JuPedSim agent: Model constraint violation: Agent (0, -1.6) too close to agent (0, -1.6): distance 0
24 changes: 12 additions & 12 deletions tests/sumo/pedestrian_model/jupedsim/larger_net/errors.sumo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Warning: Polygon ':1200_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1200_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1200_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1200_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1531_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1531_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1531_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':1531_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':620_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':620_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':620_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon ':620_w0_0' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1026' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1026' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1200' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1200' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1430' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1430' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1531' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '1531' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '318' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '318' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '620' has been replaced by its convex hull as it is not simple.
Warning: Polygon on junction '620' has been replaced by its convex hull as it is not simple.
Warning: While generating geometry 2 connected components were detected, 99.98% of total pedestrian area is covered by the first.
2 changes: 1 addition & 1 deletion tests/sumo/pedestrian_model/jupedsim/two_edges/errors.sumo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Warning: Polygon 'J1' has been dilated as it is just a segment.
Warning: Polygon for junction 'J1' has been dilated as it is just a segment.

0 comments on commit 02f2139

Please sign in to comment.