Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dpinney/omf
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Aug 14, 2024
2 parents 29b8210 + 0a96a21 commit bebe1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run( mainInputData_AMI: str, phaseLabelsTrue_csv: str, numPhases_csv: str, s
df['Actual Phase Labels'] = phaseLabelsTrue_FullList[0,:]
df['Confidence Score'] = allSC_FullList
df['Final Cluster Label'] = allFinalClusterLabels
df.to_csv(saveResultsPath)
df.to_csv(saveResultsPath, index=False)
print('')
print(f'Predicted phase labels written to {saveResultsPath}')

Expand Down

0 comments on commit bebe1d6

Please sign in to comment.