Skip to content

Commit 2a1ec17

Browse files
committed
fixup: template copy syntax
1 parent c21f2d8 commit 2a1ec17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/myna/application/additivefoam/single_track_calibration

src/myna/application/additivefoam/single_track_calibration/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def _run_single_simulation(
514514
self.logger.debug(
515515
f"Copying template ({self.template})\n\t-> case dir ({case_dir})"
516516
)
517-
self.copy(case_dir)
517+
self.copy_template_to_case(case_dir)
518518
self.update_beam_spot_size(None, case_dir, 0.5 * spot * 1e-3)
519519
heatsource_model = "projectedGaussian"
520520
update_parameter(

0 commit comments

Comments
 (0)