Skip to content

Commit

Permalink
Revert feedback text variable removing. (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Nov 7, 2023
1 parent e25ef21 commit 81008da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bsb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def compile(
t = time.time()
self.run_pipelines()
if not skip_placement:
placement_todo = ", ".join(s.name for s in p_strats)
report(f"Starting placement strategies: {placement_todo}", level=2)
self.run_placement(p_strats, pipelines=False)
if not skip_after_placement:
Expand Down

0 comments on commit 81008da

Please sign in to comment.