Skip to content

Commit

Permalink
Fixed a bug in the marginal graphs: a graph based on PSG sample was u…
Browse files Browse the repository at this point in the history
…sed in PTS analysis
  • Loading branch information
adutfoy committed Feb 23, 2023
1 parent e25cbe1 commit 42f6ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oteclm/oteclm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,8 +1664,8 @@ def analyseGraphsECLMProbabilities(self, fileNameSample, kMax):
graph.setLegends(['KS'])
graph.setLegendPosition('topright')
graph.setXTitle(descPTS[k])
graphMargPSG_list.append(graph)
descMargPSG.add('PTS_'+str(k))
graphMargPTS_list.append(graph)
descMargPTS.add('PTS_'+str(k))

return [graphPairsPEG, graphPairsPSG, graphPairsPES, graphPairsPTS], graphPEG_PES_PTS_list, graphMargPEG_list, graphMargPSG_list, graphMargPES_list, graphMargPTS_list, [descPairs, descPEG_PES_PTS, descMargPEG, descMargPSG, descMargPES, descMargPTS]

Expand Down

0 comments on commit 42f6ca6

Please sign in to comment.