Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug located in assign_spice_model #898

Open
2 tasks done
hui-zhou-a opened this issue Nov 16, 2024 · 0 comments · May be fixed by #899
Open
2 tasks done

Bug located in assign_spice_model #898

hui-zhou-a opened this issue Nov 16, 2024 · 0 comments · May be fixed by #899
Assignees
Labels
bug Something isn't working

Comments

@hui-zhou-a
Copy link
Collaborator

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

This method opens the spice model file to detect pin names.
with open(file_path, "r") as f:

When the file is ANSI encoded, it reports error in Linux.

Steps To Reproduce

assign a spice model in a ANSI encoded file in Linux

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

all

@hui-zhou-a hui-zhou-a added the bug Something isn't working label Nov 16, 2024
@hui-zhou-a hui-zhou-a self-assigned this Nov 16, 2024
@hui-zhou-a hui-zhou-a linked a pull request Nov 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant