From 9a43389a5a7238c6ba239895cf9f37c890d4aaa8 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Mon, 8 Jan 2024 10:06:41 -0800 Subject: [PATCH] improting warnings --- batchalign/pipelines/utr/rev_utr.py | 1 + batchalign/version | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/batchalign/pipelines/utr/rev_utr.py b/batchalign/pipelines/utr/rev_utr.py index 045e8eb..0358894 100644 --- a/batchalign/pipelines/utr/rev_utr.py +++ b/batchalign/pipelines/utr/rev_utr.py @@ -11,6 +11,7 @@ from batchalign.pipelines.utr.utils import bulletize_doc from batchalign.errors import * +import warnings import time import pathlib diff --git a/batchalign/version b/batchalign/version index ae30760..9aefeb9 100644 --- a/batchalign/version +++ b/batchalign/version @@ -1,3 +1,3 @@ -0.4.0-alpha.16.post6 -Jan 7th, 2024 -Updates to Chinese parsing and splitting \ No newline at end of file +0.4.0-alpha.16.post7 +Jan 8th, 2024 +Updated warnings. \ No newline at end of file