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
thrownewCorruptedHbefaTableException("Detailed cold table contains diesel or petrol key in the emission-concept-column. Unless you specifically put them in, you are probably using a corrupted hbefa table!");
143
148
144
149
// Test (3)
145
-
if( !emConcepts.contains("average") )
146
-
thrownewIllegalArgumentException("""
147
-
Emission-concept-column of warm detailed table does not contain average as key.\s
148
-
This may cause problems with the lookup-behaviors "tryDetailedThenTechnologyAverageElseAbort" and\s
149
-
"tryDetailedThenTechnologyAverageThenAverageTable". If you use one of these behaviors, make sure that an average entry exists!\s
150
-
If you want to proceed without average values, you can deactivate the ConsistencyCheck with EmissionsConfigGroup.setHbefaConsistencyChecker()""");
151
-
152
-
if( !sizeClass.contains("average") )
153
-
thrownewIllegalArgumentException("""
154
-
size-class-column of warm detailed table does not contain average as key.\s
155
-
This may cause problems with the lookup-behaviors "tryDetailedThenTechnologyAverageElseAbort" and\s
156
-
"tryDetailedThenTechnologyAverageThenAverageTable". If you use one of these behaviors, make sure that an average entry exists!\s
157
-
If you want to proceed without average values, you can deactivate the ConsistencyCheck with EmissionsConfigGroup.setHbefaConsistencyChecker()""");
0 commit comments