@@ -57,7 +57,7 @@ def main():
5757 # let's go!
5858 print ("\n -------------- Read MERG Data ----------" )
5959 mergImgs , timeList = mccSearch .readMergData (CEoriDirName )
60- print (( "-" * 80 ) )
60+ print ("-" * 80 )
6161
6262 print ('in main' , len (mergImgs ))
6363 # print 'timeList', timeList
@@ -68,20 +68,20 @@ def main():
6868 # CEGraph = mccSearch.findCloudElements(mergImgs,timeList)
6969 # allCETRMMList=mccSearch.findPrecipRate(TRMMdirName,timeList)
7070 # ----------------------------------------------------------------------------------------------
71- print (( "-" * 80 ) )
71+ print ("-" * 80 )
7272 print ("number of nodes in CEGraph is: " , CEGraph .number_of_nodes ())
73- print (( "-" * 80 ) )
73+ print ("-" * 80 )
7474 print ("\n -------------- TESTING findCloudClusters ----------" )
7575 prunedGraph = mccSearch .findCloudClusters (CEGraph )
76- print (( "-" * 80 ) )
76+ print ("-" * 80 )
7777 print ("number of nodes in prunedGraph is: " , prunedGraph .number_of_nodes ())
78- print (( "-" * 80 ) )
78+ print ("-" * 80 )
7979 print ("\n -------------- TESTING findMCCs ----------" )
8080 MCCList , MCSList = mccSearch .findMCC (prunedGraph )
81- print (( "-" * 80 ) )
81+ print ("-" * 80 )
8282 print ("MCC List has been acquired " , len (MCCList ))
8383 print ("MCS List has been acquired " , len (MCSList ))
84- print (( "-" * 80 ) )
84+ print ("-" * 80 )
8585 # now ready to perform various calculations/metrics
8686 print ("\n -------------- TESTING METRICS ----------" )
8787
@@ -104,7 +104,7 @@ def main():
104104 # mccSearch.displayPrecip(MCCList)
105105 # mccSearch.plotHistogram(MCCList)
106106 #
107- print (( "-" * 80 ) )
107+ print ("-" * 80 )
108108
109109
110110main ()
0 commit comments