Skip to content
Snippets Groups Projects
Commit 30e00f2d authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

Merge pull request #13483 from mantidproject/fix-sdos-doctest

Fix SimulatedDensityOfStates doc test
parents 54a02d87 77aa7de0
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ Output:
ion_ws = SimulatedDensityOfStates(PHONONFile='squaricn.phonon',
SpectrumType='IonTable')
print ','.join(ion_ws.column('Species'))
print ', '.join(ion_ws.column('Species'))
Output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment