Skip to content

Commit

Permalink
Testcases reflect the command line arg changes (engines without y/n)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Jan 30, 2025
1 parent 2adcbda commit 2dca64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fastercap/fastercap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _extract_single_cell(*path_components) -> Tuple[CSVPath, PNGPath]:
'--pdk', 'sky130A',
'--gds', gds_path,
'--out_dir', output_dir_path,
'--fastercap', 'y'])
'--fastercap'])
assert cli.fastercap_extracted_csv_path is not None
return cli.fastercap_extracted_csv_path, preview_png_path

Expand Down
2 changes: 1 addition & 1 deletion tests/rcx25/rcx25_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _run_rcx25d_single_cell(*path_components) -> Tuple[CellExtractionResults, CS
'--pdk', 'sky130A',
'--gds', gds_path,
'--out_dir', output_dir_path,
'--2.5D', 'y'])
'--2.5D'])
assert cli.rcx25_extraction_results is not None
assert len(cli.rcx25_extraction_results.cell_extraction_results) == 1 # assume single cell test
results = list(cli.rcx25_extraction_results.cell_extraction_results.values())[0]
Expand Down

0 comments on commit 2dca64d

Please sign in to comment.