Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Konstantinidis authored and Konstantinos Konstantinidis committed Jan 11, 2017
1 parent bf9790a commit 0df1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamicSomocluWrapperGUI_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
invStrClustDict[periodIdx] = {','.join(v):k for k,v in strClustDict[periodIdx].items()}
bmuNodes[periodIdx] = tmpSameBMUsNodes
tmpsplits,tmpmerges = 0, 0
with open(target_path+'/dynamic__'+folderExtension+'/drifts/changes_'+str(periodIdx)+'_'+timestamp+'.txt','w') as f:
with codecs.open(target_path+'/dynamic__'+folderExtension+'/drifts/changes_'+str(periodIdx)+'_'+timestamp+'.txt','w','utf8') as f:
for tsbn in tmpSameBMUsNodes:
if tsbn not in bmuNodes[str(int(periodIdx)-1)]:
oldbmucoords = []
Expand Down

0 comments on commit 0df1782

Please sign in to comment.