Skip to content

Commit

Permalink
updata diode measured data path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Gomaa1 committed Jan 11, 2023
1 parent 3c99904 commit 5cdfac1
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 5cdfac1

Please sign in to comment.