Skip to content

Commit

Permalink
fix: update diag UseCaseFormatVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Sep 5, 2024
1 parent 68cf5b7 commit 0cb24f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Conditions(BaseModel):

class Evaluation(BaseModel):
UseCaseName: Literal["performance_diag"]
UseCaseFormatVersion: Literal["2.0.0"]
UseCaseFormatVersion: Literal["3.0.0"]
Conditions: Conditions
Datasets: list[dict]

Expand Down
2 changes: 1 addition & 1 deletion sample/performance_diag/scenario.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SensorModel: aip_x2
VehicleModel: gsm8
Evaluation:
UseCaseName: performance_diag
UseCaseFormatVersion: 2.0.0
UseCaseFormatVersion: 3.0.0
Conditions:
LiDAR:
Visibility:
Expand Down
2 changes: 1 addition & 1 deletion sample/performance_diag/scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SensorModel: aip_x2
VehicleModel: gsm8
Evaluation:
UseCaseName: performance_diag
UseCaseFormatVersion: 2.0.0
UseCaseFormatVersion: 3.0.0
Conditions:
LiDAR:
Visibility:
Expand Down

0 comments on commit 0cb24f0

Please sign in to comment.