-
Notifications
You must be signed in to change notification settings - Fork 397
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
Serialize blacklisted map keys with the model + updated access on workflow/model members #320
Conversation
…kflow/model members
Codecov Report
@@ Coverage Diff @@
## master #320 +/- ##
==========================================
+ Coverage 86.43% 86.44% +0.01%
==========================================
Files 327 327
Lines 10593 10602 +9
Branches 354 336 -18
==========================================
+ Hits 9156 9165 +9
Misses 1437 1437
Continue to review full report at Codecov.
|
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 - one small comment
* | ||
* @return raw features for workflow | ||
*/ | ||
final def getRawFeatures(): Array[OPFeature] = rawFeatures |
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.
woo! 👍
new OpWorkflowModel(wf.uid, wf.getParameters()) | ||
.setStages(wf.getStages()) | ||
.setFeatures(wf.getResultFeatures()) | ||
.setParameters(wf.getParameters()) | ||
.setRawFeatureFilterResults(rawFeatureFilterResults) |
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.
Do we have a getRawFeatureFilterResults()
?
Related issues
We currently do not serialize backlisted map keys computed in RFF with the model.
Describe the proposed solution
Describe alternatives you've considered
NA