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

Add function data.util.get_unique_names_domain #4444

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Feb 20, 2020

Issue

Widgets that construct new domains (see #4382) may need this function to prepare unique names.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #4444 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4444      +/-   ##
==========================================
- Coverage   87.46%   87.46%   -0.01%     
==========================================
  Files         405      405              
  Lines       74132    73968     -164     
==========================================
- Hits        64840    64693     -147     
+ Misses       9292     9275      -17     

@AndrejaKovacic
Copy link
Contributor

This is basically a more elegant implementation of _domain_rename_duplicates from Merge data widget. I was thinking we should extract that one to utils and use it everywhere. When this is merged, I think we should change owmergedata.py accordingly.

@AndrejaKovacic AndrejaKovacic merged commit 1733abf into biolab:master Feb 21, 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.

2 participants