We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc1c09 commit 7b9ac9aCopy full SHA for 7b9ac9a
module/experiment/module.py
@@ -2337,14 +2337,7 @@ def replay(i):
2337
2338
def rerun(i):
2339
"""
2340
- Input: { see 'replay'
2341
- }
2342
-
2343
- Output: {
2344
- return - return code = 0, if successful
2345
- > 0, if error
2346
- (error) - error text if return > 0
2347
+ See "replay" API
2348
2349
2350
return replay(i)
@@ -2354,14 +2347,7 @@ def rerun(i):
2354
2355
def reproduce(i):
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2351
2366
2352
2367
2353
0 commit comments