remove exit func originally for debugging
This commit is contained in:
parent
a07fc79824
commit
3c42d1f96d
|
|
@ -156,8 +156,6 @@ def generateData(floormap, tx_locs, args):
|
||||||
with open("{}_{}_floormap.pickle".format(fp_base, int(power)), 'wb') as f:
|
with open("{}_{}_floormap.pickle".format(fp_base, int(power)), 'wb') as f:
|
||||||
pickle.dump([loss_p, loss_r, orient], f, pickle.HIGHEST_PROTOCOL)
|
pickle.dump([loss_p, loss_r, orient], f, pickle.HIGHEST_PROTOCOL)
|
||||||
|
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
|
|
||||||
def getFloormap(args):
|
def getFloormap(args):
|
||||||
'''
|
'''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue