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

TMA_Metrics-full: A minor error can be found in "For tool developers" #211

Open
edwarddavidbaker opened this issue Aug 1, 2024 · 1 comment

Comments

@edwarddavidbaker
Copy link
Contributor

edwarddavidbaker commented Aug 1, 2024

A minor error can be found in "For tool developers" in the spreadsheet:

E.g. if a Node := A / B with Metric Max of 1.0, the final value should be Node = max(1, A/B).

I think it should be

E.g. if a Node := A / B with Metric Max of 1.0, the final value should be Node = min(1, A/B).

Originally posted by @steguerrini in #100 (comment)

@edwarddavidbaker
Copy link
Contributor Author

edwarddavidbaker commented Aug 1, 2024

Thanks for commenting @steguerrini . I created an issue to track your feedback specifically. Adding a screenshot from TMA_Metrics-full.xlsx for the area mentioned.

image

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

No branches or pull requests

1 participant