jrmylow

Results 1 issues of jrmylow

Multiplying a `relativedelta` with non-integer day values (e.g. `relativedelta(days=+1.5)` converts to integer values of days, losing information in the process. The cause appears to be applying a blanket `int()` to...