Skip to content

Commit e8f34f5

Browse files
lasselasse
lasse
authored and
lasse
committed
Changed to public function.
1 parent f486cca commit e8f34f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

karma/kmer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import seaborn as sns
1010
import umap
11-
from logs import logger
11+
from karma.logs import logger
1212

1313

1414
class KmerClustering:
@@ -44,7 +44,7 @@ def __mask_list(list_to_mask, mask):
4444
return (labeled, unlabeled)
4545

4646
@staticmethod
47-
def __is_palindrome(sequence):
47+
def is_palindrome(sequence):
4848
"""
4949
Checks if sequence in palindrome.
5050

tests/__init__.py

Whitespace-only changes.

tests/test_kmer.py

Whitespace-only changes.

0 commit comments

Comments
 (0)