Skip to content

Commit

Permalink
removed. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nleck authored Jul 24, 2023
1 parent 588059c commit f29ae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reconstruct/CRISPR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class CRISPR {
? c.to
: ((c.toRelative ? c.toRelative : 0) + adjustIndx);
if (to == undefined) throw "invalid connection " + c;
console.info(c);

tmpNetwork.connect(from, to, c.weight, c.type);
});
return tmpNetwork;
Expand Down

0 comments on commit f29ae98

Please sign in to comment.