Skip to content

Commit

Permalink
Correct a version number of the test configs (#1180)
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Fioriti <[email protected]>
  • Loading branch information
ekatef and davide-f authored Nov 14, 2024
1 parent 6ac7038 commit a1a8474
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/config.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

### CHANGES TO CONFIG.TUTORIAL.YAML ###
version: 0.5.0
version: 0.4.1

run:
name: "custom"
Expand Down
2 changes: 1 addition & 1 deletion test/config.landlock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

### CHANGES TO CONFIG.TUTORIAL.YAML ###
version: 0.5.0
version: 0.4.1

countries: ["BW"]

Expand Down
2 changes: 1 addition & 1 deletion test/config.monte_carlo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

### CHANGES TO CONFIG.TUTORIAL.YAML ###
version: 0.5.0
version: 0.4.1

monte_carlo:
options:
Expand Down
2 changes: 1 addition & 1 deletion test/config.test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

version: 0.5.0
version: 0.4.1
tutorial: true

run:
Expand Down
2 changes: 1 addition & 1 deletion test/config.test_myopic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

version: 0.5.0
version: 0.4.1
logging_level: INFO
tutorial: true

Expand Down

0 comments on commit a1a8474

Please sign in to comment.