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] File: no domain or empty domain -> no data #2337

Merged
merged 2 commits into from
Jun 2, 2017
Merged

[FIX] File: no domain or empty domain -> no data #2337

merged 2 commits into from
Jun 2, 2017

Conversation

jerneju
Copy link
Contributor

@jerneju jerneju commented May 23, 2017

Issue

screenshot_20170523_181635
screenshot_20170523_132525

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@jerneju
Copy link
Contributor Author

jerneju commented May 23, 2017

@jerneju
Copy link
Contributor Author

jerneju commented May 23, 2017

@codecov-io
Copy link

codecov-io commented May 23, 2017

Codecov Report

Merging #2337 into master will decrease coverage by <.01%.
The diff coverage is 95.23%.

@@            Coverage Diff             @@
##           master    #2337      +/-   ##
==========================================
- Coverage   73.39%   73.38%   -0.01%     
==========================================
  Files         317      317              
  Lines       55582    55619      +37     
==========================================
+ Hits        40792    40818      +26     
- Misses      14790    14801      +11

@@ -410,6 +410,10 @@ def apply_domain_edit(self):
else:
table = self.data

if not hasattr(table, "domain") or hasattr(table, "domain") and \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you simplify to table is not None and ...? As per above branching, table can be either a Table or None.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@kernc kernc merged commit da01e9e into biolab:master Jun 2, 2017
@jerneju jerneju deleted the key-selectrows branch June 2, 2017 11:13
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.

4 participants