Skip to content

Commit

Permalink
logging.warn will be deprecated (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
McHaillet authored Aug 14, 2024
1 parent 8133e9a commit 3f71d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytom_tm/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def extract_particles(
# apply tomogram mask if provided
tomogram_mask = None
if ignore_tomogram_mask:
logging.warn("Ignoring tomogram mask")
logging.warning("Ignoring tomogram mask")
elif tomogram_mask_path is not None:
tomogram_mask = read_mrc(tomogram_mask_path)
elif job.tomogram_mask is not None:
Expand Down

0 comments on commit 3f71d44

Please sign in to comment.