Skip to content

Commit 395bb34

Browse files
committed
silly bug
1 parent 60c9458 commit 395bb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

popper/loop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,8 @@ def popper(settings):
10481048
generator.constrain(new_cons, model)
10491049

10501050
# if not pi_or_rec:
1051-
# print('LAST CALL')
1052-
if to_combine or True:
1051+
if to_combine:
1052+
# print('LAST CALL')
10531053
settings.last_combine_stage = True
10541054
# TODO: AWFUL: FIX REFACOTRING
10551055
# COMBINE

0 commit comments

Comments
 (0)