Skip to content

Commit

Permalink
fix(main): fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed Aug 11, 2024
1 parent bedfa6e commit 1615684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scar/main/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def main():
denoised_adata.layers["BayesFactor"] = scar_model.bayesfactor.toarray()

denoised_adata.write(output_path_h5ad)
main_logger.info("the denoised h5ad file saved in: {output_path_h5ad}")
main_logger.info(f"the denoised h5ad file saved in: {output_path_h5ad}")


class Config:
Expand Down

0 comments on commit 1615684

Please sign in to comment.