You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# required to fetch internal or private CodeQL packs
24
+
packages: read
25
+
26
+
strategy:
27
+
fail-fast: false
28
+
matrix:
29
+
include:
30
+
- language: actions
31
+
build-mode: none
32
+
- language: csharp
33
+
build-mode: manual
34
+
- language: ruby
35
+
build-mode: none
36
+
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
37
+
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
38
+
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
39
+
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
40
+
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
return$"The following Parameter Identifications are currently running: {ObjectTypes.ParameterIdentification.ToLowerInvariant().PluralizeIf(names)}{names.ToString(", ","'")}, action cannot be performed until they are stopped.";
return$"Sensitivity analysis finished in {duration} but failed to calculate sensitivities for:{Environment.NewLine}{buildNestedList(failedPKParameterCalculations)}";
1260
+
}
1245
1261
return$"Sensitivity analysis finished in {duration}";
return$"The time column in data set '{repositoryName}' is not strictly monotonically increasing ({hint}).\nEnsure that time always increases (e.g. 0.5, 1, 2, 4 hours).";
returnEquals(valueAfter,valueBefore)?$"{valueBefore}{displayUnit} is duplicated":$"{valueBefore}{displayUnit} is immediately followed by {valueAfter}{displayUnit}";
return$"The time column in sheet '{sheetName}' is not strictly monotonically increasing ({hint}).\nEnsure that time always increases (e.g. 0.5, 1, 2, 4 hours).";
varhint=Equals(valueAfter,valueBefore)?$"{valueBefore}{displayUnit} is duplicated":$"{valueBefore}{displayUnit} is immediately followed by {valueAfter}{displayUnit}";
return$"The time column is not strictly monotonically increasing ({hint}).\nEnsure that time always increases (e.g. 0.5, 1, 2, 4 hours).";
1641
1690
}
@@ -2154,6 +2203,8 @@ public static string LargeNumberOfOutputPoints(int numberOfPoints) =>
2154
2203
$"The selected output resolution will generate {numberOfPoints} points and may severely impact the software performance.\nAre you sure you want to run with these setting? If not, consider changing output resolution in simulations settings";
2155
2204
2156
2205
publicstaticstringNeighborhoodWasNotFoundInModel(stringneighborhoodName,stringbuildingBlockName)=>$"The neighborhood '{neighborhoodName}' from building block '{buildingBlockName}' was not added to the simulation";
2206
+
2207
+
publicstaticstringExpressionMoleculeNotFoundInSimulation(stringmoleculeName)=>$"The molecule '{moleculeName}' is not part of the simulation structure";
2157
2208
}
2158
2209
2159
2210
publicstaticclassRibbonCategories
@@ -2253,7 +2304,7 @@ public static string CompareObjects(string objectType)
0 commit comments