Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: calculation of variable mixing array and aggregates #849

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

Grafikart
Copy link
Collaborator

When calculating a variable, we check if the updated time of the dependencies for a specific iteration. Unfortunately, for aggregate aggregate function there is no "updated time at index X".

If a variable calculated inside a loop used aggregate variable it was not working as expected. I added a new test to handle this use case.

Fix #848

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Grafikart Grafikart requested a review from ddecrulle January 15, 2024 16:24
@ddecrulle ddecrulle merged commit f5b7fbf into 2.7 Jan 16, 2024
14 checks passed
@ddecrulle ddecrulle deleted the fix/calculated-aggregate branch January 16, 2024 07:39
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.

Calcul de variables incorrect (mémo : CTRPS)
2 participants