|
1 |
| -#-*- coding: utf-8 -*- |
| 1 | +#-*- coding: latin-8 -*- |
2 | 2 |
|
3 | 3 | from math import sqrt
|
4 | 4 | from textwrap import dedent
|
@@ -235,7 +235,7 @@ def _get_model_schema(additional_properties=False, for_prevalidation=False):
|
235 | 235 | '$ref': '#/definitions/positiveNumber',
|
236 | 236 | 'description': dedent("""
|
237 | 237 | The test mass of the vehicle used in all calculations (kg),
|
238 |
| - as defined in Annex 4.2.1.3.1, pg 94. |
| 238 | + as defined in Annex 4.2.1.3.1, pg 94. |
239 | 239 | """),
|
240 | 240 | },
|
241 | 241 | 'v_max': {
|
@@ -268,7 +268,7 @@ def _get_model_schema(additional_properties=False, for_prevalidation=False):
|
268 | 268 | 'n_idle': {
|
269 | 269 | 'title': 'idling revolutions',
|
270 | 270 | '$ref': '#/definitions/positiveNumber',
|
271 |
| - 'description': 'The idling engine revolutions (Annex 1).', |
| 271 | + 'description': 'The idling engine revolutions (Annex 1).', |
272 | 272 | },
|
273 | 273 | 'n_min': {
|
274 | 274 | 'title': 'minimum engine revolutions',
|
@@ -296,7 +296,7 @@ def _get_model_schema(additional_properties=False, for_prevalidation=False):
|
296 | 296 | 'maxItems': 3,
|
297 | 297 | 'description': dedent("""
|
298 | 298 | The 3 driving resistance coefficients f0, f1, f2,
|
299 |
| - in N, N/(km/h), and N/(km/h)² respectively (Annex 4). |
| 299 | + in N, N/(km/h), and N/(km/h)² respectively (Annex 4). |
300 | 300 |
|
301 | 301 | If not specified, they are determined based on ``test_mass`` from
|
302 | 302 | a pre-calculated regression curve:
|
|
0 commit comments