Skip to content

Commit e96123b

Browse files
committed
demo shows plots by default
1 parent 2b5d67a commit e96123b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/sff/sffDemo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def plotSFF(filePath, show = False):
2626
plt.close()
2727

2828
if __name__ == "__main__":
29-
plotSFF("hal.sff")
30-
#plotSFF("halMel.sff")
29+
plotSFF("hal.sff", True)
30+
plotSFF("halMel.sff", True)
3131

3232

0 commit comments

Comments
 (0)