Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Nov 1, 2023
1 parent e125c36 commit 365b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mibi_bin_tools/bin_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def get_total_counts(data_dir: str, include_fovs: Union[List[str], None] = None)


def get_total_spectra(data_dir: str, include_fovs: Union[List[str], None] = None,
panel_df: pd.DataFrame = None, range_pad: float =0.5):
panel_df: pd.DataFrame = None, range_pad: float = 0.5):
"""Retrieves total spectra for each field of view
Args:
Expand Down

0 comments on commit 365b942

Please sign in to comment.