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

Fix extractor source not updating in certain cases. #783

Merged
merged 1 commit into from Jun 19, 2020

Conversation

rwblair
Copy link
Collaborator

@rwblair rwblair commented Jun 15, 2020

memoize setting the extractor source, update only on predictor change. Use deep equal instead of array length to determine if this happened. Fixed another issue around setting selectedTaskId not working when loading an analysis from a dataset with multiple tasks.

fixes #708

…. Use deep equal instead of array length to determine if this happened. Fix logic around setting selectedtask with multiple tasks present
@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2020

Codecov Report

Merging #783 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #783   +/-   ##
=======================================
  Coverage   83.07%   83.07%           
=======================================
  Files          63       63           
  Lines        2854     2854           
=======================================
  Hits         2371     2371           
  Misses        483      483           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4a7495...16bf64e. Read the comment docs.

@adelavega
Copy link
Collaborator

cool. ready for review?

@adelavega adelavega merged commit 36cff9a into master Jun 19, 2020
@adelavega adelavega deleted the 708_extractor_source_fix branch June 19, 2020 17:42
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.

Logic for filling in extractor source is unreliable
3 participants