Exception raised when trying to display decimal probabilities as percentages

Issue #87 resolved
Pierre Denis repo owner created an issue
lea.set_display_options("%")
lea.interval(1,6,prob_type='d')
# -> TypeError: unsupported operand type(s) for *: 'float' and 'decimal.Decimal'

Comments (2)

  1. Log in to comment