Skip to content

Commit 1bb0e2a

Browse files
committed
Remove logging of parameters
1 parent 339a18d commit 1bb0e2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def run(self):
252252
plate.vertices = plate.vertices + center
253253
plate.metadata = options.model.model_dump()
254254

255-
print(f"Best parameters:{options.model.model_dump_json(indent=2)}")
256255
results.append(self.params.simulation_files[ranked[0]].name)
257256

258257
return results

0 commit comments

Comments
 (0)