Skip to content

Commit b116414

Browse files
committed
Moved from hardcoded 5 loci to k-loci. Tested on 4 loci and passed
1 parent cf83ff8 commit b116414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grma/match/match.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import csv
1111
import ast
1212

13+
1314
from grma.match import Graph as MatchingGraph
1415
from grma.match.donors_matching import DonorsMatching, _init_results_df
1516
from grma.match.graph_wrapper import Graph

0 commit comments

Comments
 (0)