-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: remove metric from performance #213
Conversation
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
389a181
to
ea0c7f3
Compare
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
1172495
to
7a27028
Compare
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
c4b5da9
to
19d68cf
Compare
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
f86eb20
to
940e8c4
Compare
/e2e --help |
|
/e2e --refs substra=remove-metric-from-performance,orchestrator=remove-metric-from-performance,substra-backend=remove-metric-from-performance |
/e2e --refs substra=remove-metric-from-performance,orchestrator=remove-metric-from-performance,substra-backend=remove-metric-from-performance |
End to end tests: ✔️ SUCCESS |
02b8967
to
1c5a3d3
Compare
/* To keep differiantiability regarding the performances, we update the output identifier to the metric name */ | ||
/* on previous performances */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
0c8e46b
to
25876d7
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
## [0.34.0](https://github.com/Substra/orchestrator/releases/tag/0.34.0) - 2023-05-11 ### Changed - A Performance in now unique regarding a compute task key, a metric key and a compute task output identifier ([#197](#197)) ### Removed - Metric from Performance ([#213](#213)) Signed-off-by: Milouu <milan.roustan@owkin.com>
Description
Remove metric from the performance data model
Companion PR