Skip to content

Commit b83c781

Browse files
committed
reordered check_indices list to match packParams
1 parent ed4394f commit b83c781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RATapi/inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ def check_indices(problem: ProblemDefinition) -> None:
426426
427427
"""
428428
index_list = {
429+
"scalefactors": "contrastScalefactors",
429430
"bulkIns": "contrastBulkIns",
430431
"bulkOuts": "contrastBulkOuts",
431-
"scalefactors": "contrastScalefactors",
432-
"domainRatios": "contrastDomainRatios",
433432
"resolutionParams": "contrastResolutionParams",
433+
"domainRatios": "contrastDomainRatios",
434434
}
435435

436436
# Check the indices -- note we have switched to 1-based indexing at this point

0 commit comments

Comments
 (0)