Skip to content

Commit c55012d

Browse files
committed
Changed Moving Cat Puzzle & Prisoners models to follow naming conventions
This ensures generate_manifest.py detects the models & associates them with the correct spec Signed-off-by: Andrew Helwer <[email protected]>
1 parent 286b6ca commit c55012d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
"features": [],
13641364
"models": [
13651365
{
1366-
"path": "specifications/Moving_Cat_Puzzle/OddBoxes.cfg",
1366+
"path": "specifications/Moving_Cat_Puzzle/CatOddBoxes.cfg",
13671367
"runtime": "00:00:01",
13681368
"size": "small",
13691369
"mode": "exhaustive search",
@@ -1376,7 +1376,7 @@
13761376
"stateDepth": 1
13771377
},
13781378
{
1379-
"path": "specifications/Moving_Cat_Puzzle/EvenBoxes.cfg",
1379+
"path": "specifications/Moving_Cat_Puzzle/CatEvenBoxes.cfg",
13801380
"runtime": "00:00:01",
13811381
"size": "small",
13821382
"mode": "exhaustive search",
@@ -1962,7 +1962,7 @@
19621962
"stateDepth": 11
19631963
},
19641964
{
1965-
"path": "specifications/Prisoners_Single_Switch/SoloPrisoner.cfg",
1965+
"path": "specifications/Prisoners_Single_Switch/PrisonerSolo.cfg",
19661966
"runtime": "00:00:01",
19671967
"size": "small",
19681968
"mode": "exhaustive search",
@@ -1975,7 +1975,7 @@
19751975
"stateDepth": 2
19761976
},
19771977
{
1978-
"path": "specifications/Prisoners_Single_Switch/SoloPrisonerLightUnknown.cfg",
1978+
"path": "specifications/Prisoners_Single_Switch/PrisonerSoloLightUnknown.cfg",
19791979
"runtime": "00:00:01",
19801980
"size": "small",
19811981
"mode": "exhaustive search",
@@ -5434,4 +5434,4 @@
54345434
]
54355435
}
54365436
]
5437-
}
5437+
}
File renamed without changes.
File renamed without changes.

specifications/Prisoners_Single_Switch/SoloPrisoner.cfg renamed to specifications/Prisoners_Single_Switch/PrisonerSolo.cfg

File renamed without changes.

specifications/Prisoners_Single_Switch/SoloPrisonerLightUnknown.cfg renamed to specifications/Prisoners_Single_Switch/PrisonerSoloLightUnknown.cfg

File renamed without changes.

0 commit comments

Comments
 (0)