Skip to content

Commit 9b32326

Browse files
minor change
1 parent 7863626 commit 9b32326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_exceptions/error_throwing_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def __init__(self, arrival_rate=1.0, **kwds):
2828

2929
def ta(self):
3030
self.logger.debug('Next arrival in {} time units'.format(self.inter_arrival_time))
31+
# raise ValueError("Arbitrary Error in ta()")
3132
return self.inter_arrival_time
3233

3334
def delta_int(self):

0 commit comments

Comments
 (0)