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] As Timeseries: output None when error #30

Merged
merged 1 commit into from Dec 18, 2017

Conversation

Projects
None yet
3 participants
@jerneju
Copy link
Contributor

commented Dec 14, 2017

Issue

When we send data to widget As Timeseries and produce output and then send bad data to this widget error is shown but output stays the same.

Description of changes

Output set to None when error is shown.

Includes
  • Code changes
  • Tests
  • Documentation
def setUp(self):
self.widget = self.create_widget(OWTableToTimeseries) # type: OWTableToTimeseries

def test_nan_timeseries(self):

This comment has been minimized.

Copy link
@kernc

kernc Dec 15, 2017

Member

Method name.

How do I know this test runs and passes?

This comment has been minimized.

Copy link
@jerneju

jerneju Dec 15, 2017

Author Contributor

? Run the test?

This comment has been minimized.

Copy link
@kernc

kernc Dec 15, 2017

Member

How do I see Travis hit it?

@jerneju jerneju force-pushed the jerneju:astimeseries-output-none branch 2 times, most recently from 87cb5b9 to 0da573b Dec 15, 2017

@codecov-io

This comment has been minimized.

Copy link

commented Dec 18, 2017

Codecov Report

Merging #30 into master will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   67.18%   67.34%   +0.15%     
==========================================
  Files           7        7              
  Lines         643      643              
  Branches       99       99              
==========================================
+ Hits          432      433       +1     
+ Misses        157      156       -1     
  Partials       54       54
Impacted Files Coverage Δ
orangecontrib/timeseries/timeseries.py 75% <0%> (+1.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3bbcc...e34c47a. Read the comment docs.

@jerneju jerneju force-pushed the jerneju:astimeseries-output-none branch from 0da573b to e34c47a Dec 18, 2017

@kernc kernc merged commit e7ccd94 into biolab:master Dec 18, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@jerneju jerneju deleted the jerneju:astimeseries-output-none branch Dec 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.