@open3cl/engine 1.3.14 → 1.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/engine.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -235,11 +235,11 @@ Résultats des tests de corpus avec le mode de compatibilité activé.
|
|
|
235
235
|
| 1.3.12 | dpe_immeuble_chauffage_individuel.csv | 6900 (-1) | 69% | Dpe erroné avec surface chauffée invalide | |
|
|
236
236
|
| 1.3.12 | dpe_immeuble_chauffage_collectif.csv | 6058 | 60% | | |
|
|
237
237
|
| 1.3.12 | dpe_immeuble_chauffage_mixte.csv | 4725 (-2) | 47% | Dpe erroné avec surface chauffée invalide | |
|
|
238
|
-
| <ins>**1.3.
|
|
239
|
-
| 1.3.
|
|
240
|
-
| 1.3.
|
|
241
|
-
| 1.3.
|
|
242
|
-
| 1.3.
|
|
238
|
+
| <ins>**1.3.15**<ins> | <ins>**corpus_dpe.csv**<ins> | <ins>**4481**<ins> (+14) | <ins>**45 (+1%)**<ins> | | <a href="https://open3cl.github.io/engine/reports/corpus?corpus_file=corpus_dpe.csv" target="_blank">Voir le détail</a> |
|
|
239
|
+
| 1.3.15 | dpe_logement_individuel_2025.csv | 8453 | 84% (+24) | | <a href="https://open3cl.github.io/engine/reports/corpus?corpus_file=dpe_logement_individuel_2025.csv" target="_blank">Voir le détail</a> |
|
|
240
|
+
| 1.3.15 | dpe_immeuble_chauffage_individuel.csv | 7106 (+205) | 71% (+2%) | | <a href="https://open3cl.github.io/engine/reports/corpus?corpus_file=dpe_immeuble_chauffage_individuel.csv" target="_blank">Voir le détail</a> |
|
|
241
|
+
| 1.3.15 | dpe_immeuble_chauffage_collectif.csv | 6083 (+25) | 61% (+1%) | | <a href="https://open3cl.github.io/engine/reports/corpus?corpus_file=dpe_immeuble_chauffage_collectif.csv" target="_blank">Voir le détail</a> |
|
|
242
|
+
| 1.3.15 | dpe_immeuble_chauffage_mixte.csv | 4751 (+24) | 47% | | <a href="https://open3cl.github.io/engine/reports/corpus?corpus_file=dpe_immeuble_chauffage_mixte.csv" target="_blank">Voir le détail</a> |
|
|
243
243
|
|
|
244
244
|
## Roadmap
|
|
245
245
|
|
package/engine.js
CHANGED
|
@@ -20,7 +20,7 @@ import { Inertie } from './7_inertie.js';
|
|
|
20
20
|
import getFicheTechnique from './ficheTechnique.js';
|
|
21
21
|
import { ProductionENR } from './16.2_production_enr.js';
|
|
22
22
|
|
|
23
|
-
import { version } from 'package.json';
|
|
23
|
+
import { version } from './package.json';
|
|
24
24
|
|
|
25
25
|
function calc_th(map_id) {
|
|
26
26
|
const map = enums.methode_application_dpe_log[map_id];
|