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] Color: Fix renaming of variables #4669

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Apr 17, 2020

Issue

Fixes #4666.

Description of changes

This stopped working when we removed Variable.make. The new variable can have a different name, hence it must use compute_value with Identity

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Apr 17, 2020

Codecov Report

Merging #4669 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4669      +/-   ##
==========================================
- Coverage   83.66%   83.66%   -0.01%     
==========================================
  Files         280      275       -5     
  Lines       56322    55559     -763     
==========================================
- Hits        47121    46481     -640     
+ Misses       9201     9078     -123     

@lanzagar lanzagar merged commit e432eec into biolab:master Apr 17, 2020
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.

Color: Renaming variables is broken
2 participants