TheoBoucher

Results 1 comments of TheoBoucher

Hi @drvinceknight Thanks for the help, I changed the ciw.Node class as follows, and it works for the 2 nodes network: ```python class ServiceDependentNode(ciw.Node): def get_service_time(self, clss, current_time): if self.simulation.network.customer_classes[clss].service_distributions[self.id_number-1][0]...