File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class BaseAlgoEvalSmokeTest(unittest.TestCase):
4848
4949 def setUp (self ):
5050 design_path = f"../../../flow/designs/{ self .platform } /{ self .design } "
51+ report_path = f"../../../flow/reports/{ self .platform } /{ self .design } "
5152 self .config = os .path .join (cur_dir , f"{ design_path } /autotuner.json" )
5253 self .experiment = f"smoke-test-algo-eval-{ self .platform } "
5354 self .reference = os .path .join (cur_dir , f"{ design_path } /metadata-base-at.json" )
@@ -68,7 +69,7 @@ def setUp(self):
6869 for a , e in self .matrix
6970 ]
7071 # Make a file copy of the original metadata.json
71- self .metadata = os .path .join (cur_dir , f"{ design_path } /metadata.json" )
72+ self .metadata = os .path .join (cur_dir , f"{ report_path } /metadata.json" )
7273 shutil .copyfile (self .metadata , self .metadata + ".orig" )
7374
7475 def make_base (self ):
You can’t perform that action at this time.
0 commit comments