Skip to content

Commit

Permalink
converts float values to int values
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Jan 3, 2024
1 parent 2e2971b commit 467b6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orangecontrib/storynavigation/widgets/OWSNActorAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ def __init__(self):
self.main_agents_box,
self,
"agent_prominence_score_min",
minv=0.0,
maxv=100.0,
minv=0,
maxv=100,
controlWidth=60,
alignment=Qt.AlignRight,
callback=self.slider_callback,
Expand Down

0 comments on commit 467b6cc

Please sign in to comment.