Skip to content

Commit

Permalink
Merge pull request #224 from Urban-Analytics/gui_prop_asymp_fix
Browse files Browse the repository at this point in the history
removing proportion asymptomatic
  • Loading branch information
nickmalleson authored Nov 26, 2020
2 parents 182f4ef + 24a262d commit 9a891d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions microsim/opencl/ramp/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ def draw_parameters_window(self):

_, self.params.symptomatic_multiplier = imgui.slider_float(
"Symptomatic Multiplier", self.params.symptomatic_multiplier, 0.0, 1.0)
_, self.params.proportion_asymptomatic = imgui.slider_float(
"Proportion Asymptomatic", self.params.proportion_asymptomatic, 0.0, 1.0)

imgui.text("Duration Distributions")

Expand Down

0 comments on commit 9a891d8

Please sign in to comment.