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] OWCreateClass: Reuse variables created with same settings #3868

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Jun 8, 2019

Issue

Fixes #2346.

Description of changes

The widget now internally caches created variables. A comment in the code explains why make wouldn't work here.

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Jun 8, 2019

Codecov Report

Merging #3868 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #3868      +/-   ##
==========================================
+ Coverage   84.97%   84.97%   +<.01%     
==========================================
  Files         378      378              
  Lines       70466    70488      +22     
==========================================
+ Hits        59875    59897      +22     
  Misses      10591    10591

@markotoplak markotoplak changed the title OWCreateClass: Reuse variables created with same settings [FIX] OWCreateClass: Reuse variables created with same settings Jun 10, 2019
@markotoplak markotoplak merged commit 8ef7474 into biolab:master Jun 10, 2019
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.

CreateClass should create variables through make
2 participants