Skip to content

Commit

Permalink
fix typo: _prepate_OTF_file changed to _prepare_OTF_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Oct 17, 2024
1 parent 869e3a0 commit 37903fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sim_recon/recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def _prepare_config_kwargs(
return kwargs


def _prepate_OTF_file(
def _prepare_OTF_file(
otf_path: str | PathLike[str], output_directory: str | PathLike[str]
) -> Path:
otf_path = Path(otf_path)
Expand Down Expand Up @@ -534,7 +534,7 @@ def create_processing_info(
f"No OTF file has been set for channel {wavelengths.emission_nm_int} ({wavelengths})"
)

otf_path = _prepate_OTF_file(otf_path, output_dir)
otf_path = _prepare_OTF_file(otf_path, output_dir)

kwargs = _prepare_config_kwargs(
conf,
Expand Down

0 comments on commit 37903fb

Please sign in to comment.