CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
146 stars 42 forks source link

Update CombinedDistribution in distributions.py #257

Closed galenseilis closed 2 weeks ago

galenseilis commented 2 weeks ago

Passed the time and individual arguments are now being passed to each distribution that gets sampled within the CombinedDistribution's sample method.

This expand's the functionality in some cases while leaving the default behaviour the same.

geraintpalmer commented 2 weeks ago

Nice catch!! :)