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

FIX: Altium edb exporter extension fix #974

Closed
wants to merge 51 commits into from

Conversation

svandenb-dev
Copy link
Collaborator

@svandenb-dev svandenb-dev commented Jan 14, 2025

Altium EDB exporter create .edb extension instead of .aedb causing opening error in pyedb despite the database is valid. This PR should fix this issue.

closing #976

# Conflicts:
#	src/pyedb/dotnet/edb_core/edb_data/hfss_pi_simulation_setup_data.py
#	src/pyedb/dotnet/edb_core/utilities/simulation_setup.py
# Conflicts:
#	src/pyedb/dotnet/edb_core/components.py
@svandenb-dev svandenb-dev linked an issue Jan 14, 2025 that may be closed by this pull request
2 tasks
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.68%. Comparing base (0fc5296) to head (f1e1ef6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #974   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         160      160           
  Lines       21117    21117           
=======================================
  Hits        17461    17461           
  Misses       3656     3656           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EDB extension error from Altium exporter
2 participants