Skip to content

Commit

Permalink
Add outdir argument
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Apr 2, 2024
1 parent c2f911c commit 61241be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cardiac_geometries/_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ def create_lv_ellipsoid(


def create_benchmark_geometry_land15(
outdir: Optional[Union[Path, str]] = None,
r_short_endo: float = 7.0,
r_short_epi: float = 10.0,
r_long_endo: float = 17.0,
Expand All @@ -644,6 +645,7 @@ def create_benchmark_geometry_land15(
mu_apex_endo = mu_apex_epi = 0
psize_ref = psize / ndiv
return create_lv_ellipsoid(
outdir=outdir,
r_short_endo=r_short_endo,
r_short_epi=r_short_epi,
r_long_endo=r_long_endo,
Expand Down

0 comments on commit 61241be

Please sign in to comment.