Add import os in extractSummary.py

This commit is contained in:
James Stine 2022-07-17 11:06:30 -05:00
parent 2cbe179a17
commit bb3c455325

View File

@ -11,6 +11,7 @@ import numpy as np
from ppa.ppaAnalyze import noOutliers
from matplotlib import ticker
import argparse
import os
def synthsintocsv():