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 network_2_dataframe for more than 10 ports #955

Merged
merged 5 commits into from
Sep 8, 2023

Conversation

FranzForstmayr
Copy link
Collaborator

Currently the columns in the exported dataframe look like s_db 11, s_db 21 ...
There's a name clash in case of more than 11 ports as s_db 1_11 and s_db 11_1 look the same if the separator is removed.

Now a port separator can be specified manually.
If not specified, `` is used for networks with a maximum of 10 ports, a _ otherwise. This allows to keep backward compability.

@FranzForstmayr
Copy link
Collaborator Author

FranzForstmayr commented Sep 7, 2023

Will fix #947.

@FranzForstmayr FranzForstmayr merged commit 8ab80a9 into scikit-rf:master Sep 8, 2023
11 checks passed
@jhillairet jhillairet mentioned this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants