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

Limited max content length of dropdowns and report in interactive k-means #23

Merged
merged 2 commits into from
Mar 30, 2017

Conversation

PrimozGodec
Copy link
Collaborator

With this pull request we:

  • limited maximum content length of dropdown menus
  • added missing report functionality to Interactive k-means widget.

@codecov-io
Copy link

codecov-io commented Sep 23, 2016

Codecov Report

Merging #23 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   95.57%   95.58%   +0.01%     
==========================================
  Files          15       15              
  Lines        1739     1743       +4     
  Branches      209      210       +1     
==========================================
+ Hits         1662     1666       +4     
  Misses         54       54              
  Partials       23       23
Impacted Files Coverage Δ
orangecontrib/educational/widgets/owkmeans.py 95.47% <100%> (+0.06%) ⬆️

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 fcde40d...66eef19. Read the comment docs.

@@ -174,12 +175,11 @@ def __init__(self):
self.options_box = gui.widgetBox(self.controlArea, "Data")
opts = dict(
widget=self.options_box, master=self, orientation=Qt.Horizontal,
callback=self.restart, sendSelectedValue=True)
callback=self.restart, sendSelectedValue=True,
maximumContentsLength=15)
policy = QSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed)
Copy link
Contributor

Choose a reason for hiding this comment

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

Redundant?

Copy link
Collaborator Author

@PrimozGodec PrimozGodec Sep 23, 2016

Choose a reason for hiding this comment

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

It was used on a spinner, but it is not required so I removed it.

@kernc kernc force-pushed the kmeans-update branch 2 times, most recently from 19e66d7 to eae203f Compare March 21, 2017 16:20
@kernc kernc merged commit f52cd06 into biolab:master Mar 30, 2017
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.

None yet

3 participants