Skip to content

Commit

Permalink
Merge pull request google#71 from mabrains/ngspice_regression
Browse files Browse the repository at this point in the history
updata diode measured data path
  • Loading branch information
Mohamed-Gomaa1 authored Jan 11, 2023
2 parents 3c99904 + 5cdfac1 commit 4a0d40d
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def main():
# cv section

diode_data_files = glob.glob(
f"./0_measured_data/{dev}_{c}.nl_out.xlsx"
f"../../180MCU_SPICE_DATA/Diode/{dev}_{c}.nl_out.xlsx"
)
if len(diode_data_files) < 1:
logging.error(f"# Can't find diode file for device: {dev}")
Expand Down

0 comments on commit 4a0d40d

Please sign in to comment.