Online new extinction
Compare changes
@@ -60,6 +60,7 @@ import shutil
@@ -68,17 +69,19 @@ from ligo import lw
@@ -92,19 +95,28 @@ def parse_command_line():
- Comment on lines +102 to +109
maybe @rebecca.ewing can clarify, but I believe the way this retry is implemented now is to go through sane bins as quickly as possible and come back to bad bins at the end, instead of potentially being stuck for some bad bins at the beginning (e.g. first 100 bins might take 3 retries). This way might save time as leaving those bad bins to the end might give those bins some time to recover connection.
@@ -128,7 +140,6 @@ def main():
@@ -137,6 +148,14 @@ def main():
@@ -185,45 +204,73 @@ def main():
@@ -249,40 +296,14 @@ def main():
Why not do
and delete the extra tries variable?