From 8ba962a37299e725833cf98f99ec0d48783b2a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Tj=C3=B6rnhammar?= Date: Sun, 8 Aug 2021 18:25:43 +0200 Subject: [PATCH] hc-- --- setup.py | 2 +- src/impetuous/hierarchical.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index aeaef6e..d121f2f 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name = "impetuous-gfa", - version = "0.62.0", + version = "0.62.1", author = "Richard Tjörnhammar", author_email = "richard.tjornhammar@gmail.com", description = "Impetuous Quantification, a Statistical Learning library for Humans : Alignments, Clustering, Enrichments and Group Analysis", diff --git a/src/impetuous/hierarchical.py b/src/impetuous/hierarchical.py index a3674a0..f9b9805 100755 --- a/src/impetuous/hierarchical.py +++ b/src/impetuous/hierarchical.py @@ -327,10 +327,6 @@ def write_cpgmt ( lookup , file=of ) - -# THE RICH SAIGA STRIKES AGAIN!!!!!! -# RICHARD TJÖRNHAMMAR IS THE BEST!!! - def ordered_remove ( str,delete ): for d in delete : str = str.replace(d,'') -- GitLab