We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7863626 commit 9b32326Copy full SHA for 9b32326
test_exceptions/error_throwing_model.py
@@ -28,6 +28,7 @@ def __init__(self, arrival_rate=1.0, **kwds):
28
29
def ta(self):
30
self.logger.debug('Next arrival in {} time units'.format(self.inter_arrival_time))
31
+# raise ValueError("Arbitrary Error in ta()")
32
return self.inter_arrival_time
33
34
def delta_int(self):
0 commit comments