Skip to content

fix: pertes_generateur_ch_recup division par 1000#154

Open
Kaiohz wants to merge 1 commit intoOpen3CL:mainfrom
Kaiohz:fix/issue-152
Open

fix: pertes_generateur_ch_recup division par 1000#154
Kaiohz wants to merge 1 commit intoOpen3CL:mainfrom
Kaiohz:fix/issue-152

Conversation

@Kaiohz
Copy link

@Kaiohz Kaiohz commented Mar 19, 2026

Close #152

pertes_generateur_ch_recup: this.pertesGenerateurChRecup(ctx, logement, false) / 1000,
pertes_generateur_ch_recup_depensier: this.pertesGenerateurChRecup(ctx, logement, true) / 1000
pertes_generateur_ch_recup:
this.pertesGenerateurChRecup(ctx, logement, false) / (1000 * 1000),
Copy link
Collaborator

@michaeldesigaud michaeldesigaud Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kaiohz pour info cette classe est une initiative de refacto que l'on retrouve avec d'autres classes sous le dossier src/features/engine. Or ces classes ne sont pour l'instant par appelées.

Le code à modifier est intégralement dans src (sauf dossier src.features à ignorer).

Les modifications sont à apporter dans le fichier src/9_besoin_ch.js je pense

@michaeldesigaud michaeldesigaud added bug Something isn't working high_priority labels Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working high_priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Perte récupérée génération de chauffage] division par 1000

3 participants