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] VectorizationComputeValue - fix unpickling old pickles #904

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Before the orange3-text version, the 1.12.0 VectorizationComputeValue's variable was wrongly set to a current
variable (a variable that has this compute value attached) instead of
the original variable, which caused failure after the latest changes in core
Orange. It was fixed in #900.
Anyway, it is still set in pickles created before 1.12.0.

Description of changes

Remove the variable when unpickling VectorizationComputeValue.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2022

Codecov Report

Merging #904 (6fbbb81) into master (2bb750f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 6fbbb81 differs from pull request most recent head 8e2789d. Consider uploading reports for the commit 8e2789d to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #904   +/-   ##
=======================================
  Coverage   76.94%   76.95%           
=======================================
  Files          86       86           
  Lines       12149    12152    +3     
  Branches     1904     1904           
=======================================
+ Hits         9348     9351    +3     
  Misses       2485     2485           
  Partials      316      316           

@PrimozGodec
Copy link
Collaborator Author

/rebase

@ajdapretnar ajdapretnar merged commit d450f48 into biolab:master Sep 16, 2022
@PrimozGodec PrimozGodec deleted the fix-vectorization-cv branch March 29, 2023 10:36
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.

3 participants