mirror of
https://github.com/Priyatham-sai-chand/compara-deep-learning.git
synced 2026-08-15 04:01:14 -07:00
Update select_data.py
This commit is contained in:
parent
9f0a7a2a41
commit
ac1790fe11
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import pandas as pd
|
|||
import numpy as np
|
||||
import os
|
||||
import sys
|
||||
from selector import select, create_map_reverse
|
||||
from selector_sp import select, create_map_reverse
|
||||
|
||||
|
||||
def read_db_homology(dir_name, filename):
|
||||
|
|
|
|||
Loading…
Reference in a new issue