Skip to content
Snippets Groups Projects
Commit 9e6de718 authored by bbauvin's avatar bbauvin
Browse files

Trying to fix segmentation fault

parent 2e71c68c
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ def getModifiedMultiOmicDBcsv(features, path, name, NB_CLASS, LABELS_NAMES):
# logging.debug("Done:\t Getting Binned RNASeq Data")
logging.debug("Start:\t Getting Adjacence RNASeq Data")
sparseAdjRNASeq = getAdjacenceMatrix(RNASeqRanking, sortedRNASeqGeneIndices, k=findClosestPowerOfTwo(100)-1)
sparseAdjRNASeq = getAdjacenceMatrix(RNASeqRanking, sortedRNASeqGeneIndices, k=findClosestPowerOfTwo(10)-1)
sparseAdjRNASeqGrp = datasetFile.create_group("View6")
dataDset = sparseAdjRNASeqGrp.create_dataset("data", sparseAdjRNASeq.data.shape, data=sparseAdjRNASeq.data)
indicesDset = sparseAdjRNASeqGrp.create_dataset("indices", sparseAdjRNASeq.indices.shape, data=sparseAdjRNASeq.indices)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment