We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4394f commit b83c781Copy full SHA for b83c781
RATapi/inputs.py
@@ -426,11 +426,11 @@ def check_indices(problem: ProblemDefinition) -> None:
426
427
"""
428
index_list = {
429
+ "scalefactors": "contrastScalefactors",
430
"bulkIns": "contrastBulkIns",
431
"bulkOuts": "contrastBulkOuts",
- "scalefactors": "contrastScalefactors",
432
- "domainRatios": "contrastDomainRatios",
433
"resolutionParams": "contrastResolutionParams",
+ "domainRatios": "contrastDomainRatios",
434
}
435
436
# Check the indices -- note we have switched to 1-based indexing at this point
0 commit comments