Skip to content

Commit f8dca34

Browse files
committed
Add monitoring directory copy to match
1 parent 54d574b commit f8dca34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ def run(self):
426426
}
427427
)
428428

429+
if self.params.monitoring_directory:
430+
self.update_monitoring_directory(self._out_group)
431+
429432
return out
430433

431434
def run_scores(self, spatial_projection, data) -> tuple[np.ndarray, np.ndarray]:

0 commit comments

Comments
 (0)