Skip to content

Commit afba18f

Browse files
committed
update_taxonomy gets info logging
1 parent b47ab17 commit afba18f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ticlust/ticlust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,8 @@ def update_taxonomy(
12851285
self.full_tax_zotu_df = updated_filterd_table
12861286
ticlust_logger.info("ZOTU table taxonomy updated successfully.")
12871287

1288-
ticlust_logger.warning(
1289-
"%d zOTUs' taxonomies were updated.",
1288+
ticlust_logger.info(
1289+
"%d ZOTUs' taxonomies were updated.",
12901290
len(was_in_map)
12911291
)
12921292

0 commit comments

Comments
 (0)