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

moved Peak Ratio #246

Merged
merged 1 commit into from
Aug 16, 2023
Merged

moved Peak Ratio #246

merged 1 commit into from
Aug 16, 2023

Conversation

daniel-caichac-DHI
Copy link
Collaborator

Hi,

I added nothing new, but I realized that the peak ratio and pr metric had to be defined BEFORE this line
defined_metrics: typing.Set[str] = ( set([func for func in dir() if callable(getattr(sys.modules[__name__], func))]) - NON_METRICS )

otherwise it does not store it as an available metric in the skill table.
I just moved it before.
Please merge :)

@daniel-caichac-DHI daniel-caichac-DHI changed the title moved stuff moved Peak Ratio Aug 15, 2023
@daniel-caichac-DHI daniel-caichac-DHI merged commit efb0ca1 into main Aug 16, 2023
@jsmariegaard jsmariegaard deleted the bug_peak_ratio branch November 20, 2023 12:40
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.

2 participants