Skip to content

Commit b96c814

Browse files
anna-grimanna-grim
andauthored
Bug multistep branching (#693)
* refactor: updated multistep * refactor: updated multistep * refactor: update printout --------- Co-authored-by: anna-grim <anna.grim@alleninstitute.org>
1 parent 15b4eda commit b96c814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/neuron_proofreader/split_proofreading/split_inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __call__(
177177
while self.dataset.proposals:
178178
# Generate predictons
179179
cnt += 1
180-
self.log(f"Threshold={new_threshold} w/ only_leaf2leaf={only_leaf2leaf}")
180+
self.log(f"\nThreshold={new_threshold} w/ only_leaf2leaf={only_leaf2leaf}")
181181
preds = self.predict_proposals(suffix=f"{name}_round={cnt}_threshold={new_threshold}")
182182

183183
# Merge accetped proposals
@@ -217,7 +217,7 @@ def filter_proposals(self, preds, threshold):
217217
self.dataset.remove_proposal(proposal)
218218
cnt += 1
219219

220-
self.log("\nFilter Proposals")
220+
self.log("Filter Proposals")
221221
self.log(f"# Proposals Removed: {cnt}")
222222
self.log(f"# Proposals Remaining: {self.dataset.n_proposals()}\n")
223223

0 commit comments

Comments
 (0)