Skip to content

Commit

Permalink
Merge pull request #37 from keiyamamo/update_predeform
Browse files Browse the repository at this point in the history
change path to the mesh
  • Loading branch information
keiyamamo authored Sep 1, 2023
2 parents 4d67e71 + ace05df commit 04a2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsipy/automatedPreprocessing/predeform_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main() -> None:

folder_path = Path(args.folder)
if args.mesh_path is None:
mesh_path = folder_path / "Checkpoint" / "mesh.h5"
mesh_path = folder_path / "Mesh" / "mesh.h5"
else:
mesh_path = Path(args.mesh_path)

Expand Down

0 comments on commit 04a2cbf

Please sign in to comment.