mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Filter out "failed" runs of counting
This commit is contained in:
@@ -73,6 +73,8 @@ def main():
|
||||
pool.close()
|
||||
pool.join()
|
||||
|
||||
alpha_beta_counts = [p for p in alpha_beta_counts if p != (-1, -1)]
|
||||
|
||||
alpha_counts, beta_counts = zip(*alpha_beta_counts)
|
||||
|
||||
fig, ax = plt.subplots(dpi=300)
|
||||
|
||||
Reference in New Issue
Block a user