Skip to content

Commit

Permalink
fix typo: _prepate_OTF_file changed to _prepare_OTF_file (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmfish authored Oct 18, 2024
2 parents abe6210 + 37903fb commit 5bf94b9
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 @@ -516,7 +516,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 @@ -557,7 +557,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 5bf94b9

Please sign in to comment.