Skip to content

modified presence widgets

Luis Aleixo requested to merge feature/expert_breaks into master

Closes #323 (closed)

  • Adapted the presence widgets for the infected and exposed population to be within a widgets.VBox.
  • Fixed the possible values for the range slider - datetime.time format. Previously, the FloatRangeSlider values were float values with decimals between 0 and 100, while in time format the decimal part has now a ceiling in 59 (min).

Example:

Screenshot_2023-03-20_at_15.20.54

Merge request reports