-
Notifications
You must be signed in to change notification settings - Fork 56
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
Extension calculation is not perform when ressources are not evaluated #200
Labels
bug
Something isn't working
Comments
@matthieupetite thanks for reporting 🙏. This is on our current sprint to fix this issue. |
Good news and thanks a lot |
another user reported a replicable example of this on an issue in the |
hugorut
added a commit
that referenced
this issue
Sep 27, 2023
fixes #200 Resolves issue where if monthlyCost was `undefined` we were mistakenly adding it to the cost total.
Merged
hugorut
added a commit
that referenced
this issue
Sep 27, 2023
* fix: nan monthly cost fixes #200 Resolves issue where if monthlyCost was `undefined` we were mistakenly adding it to the cost total. * chore: bump version
Thanks for reporting @matthieupetite, this issue has been fixed in the v0.2.18 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a resource is not evalutated, the Costs is set to NaN (or undefined) causing the sum to be also set to NaN, can it be changed to have a result calculation working.
Here is a screenshot showing the issue.
The extension version is v0.2.17
The text was updated successfully, but these errors were encountered: