We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339a18d commit 1bb0e2aCopy full SHA for 1bb0e2a
1 file changed
simpeg_drivers/plate_simulation/match/driver.py
@@ -252,7 +252,6 @@ def run(self):
252
plate.vertices = plate.vertices + center
253
plate.metadata = options.model.model_dump()
254
255
- print(f"Best parameters:{options.model.model_dump_json(indent=2)}")
256
results.append(self.params.simulation_files[ranked[0]].name)
257
258
return results
0 commit comments