Skip to content

fix: pertes_generateur_ch_recup division par 1000#154

Closed
Kaiohz wants to merge 2 commits intoOpen3CL:mainfrom
Kaiohz:fix/issue-152
Closed

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

Conversation

@Kaiohz
Copy link
Copy Markdown

@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
Copy Markdown
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

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

J'ai fait des modifications sur la partie legacy.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Je cloture la PR, le fix est fait ici => #156

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

Labels

None yet

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