Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ipie/walkers/pop_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def pop_control(self, walkers, comm):
# Todo: Just standardise information we want to send between routines.
walkers.unscaled_weight = walkers.weight
walkers.weight = walkers.weight / scale
self.total_weight = self.target_weight
if self.method == "comb":
global_weights = global_weights / scale
self.timer.add_non_communication()
Expand Down
Loading