danslimmon/qsim

Round time intervals correctly in GroceryExample

danslimmon opened this issue · 0 comments

Currently we're picking values from a continuous distribution and applying int() to them, but this always rounds down. For slightly better precision, we should round to the nearest integer instead.