mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
Add import os in extractSummary.py
This commit is contained in:
parent
2cbe179a17
commit
bb3c455325
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import numpy as np
|
||||||
from ppa.ppaAnalyze import noOutliers
|
from ppa.ppaAnalyze import noOutliers
|
||||||
from matplotlib import ticker
|
from matplotlib import ticker
|
||||||
import argparse
|
import argparse
|
||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
def synthsintocsv():
|
def synthsintocsv():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue