Skip to content

Commit 11cbc55

Browse files
committed
Bring back lost fix
1 parent 1860f4e commit 11cbc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def run(self):
223223
# Display progress bar
224224
if isinstance(tasks[0], Future):
225225
progress(tasks)
226-
self.client.gather(tasks)
226+
tasks = self.client.gather(tasks)
227227

228228
scores = np.hstack(tasks)
229229
ranked = np.argsort(scores)[::-1]

0 commit comments

Comments
 (0)