-
Notifications
You must be signed in to change notification settings - Fork 13
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
Change behavior for adding Difference Metrics #36
Labels
Comments
I think, we should also instantiate the Metrics before adding them. This way, they can be modified on scripting level. from CADETProcess.comparison.difference import PeakHeight
metric = PeakHeight()
# configure metric ...
comparator.add_difference_metric(
metric, reference, 'outlet.outlet',
) or comparator.add_difference_metric(
MyMetric(), reference, 'outlet.outlet',
) |
ronald-jaepel
changed the title
add section on how to implement your own difference metric
Change behavior for adding Difference Metrics
Jan 9, 2024
Reminder of other ToDos:
|
Merged
11 tasks
Merged
11 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from
to
to create own metric
The text was updated successfully, but these errors were encountered: