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

Add the "groups" column. #320

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Conversation

andravin
Copy link
Contributor

Fixes #319.

@TylerYep
Copy link
Owner

TylerYep commented Nov 1, 2024

Thanks for submitting this PR! This change is looking good. Could you add a new unit test and get the existing tests passing so I can review this further?

Add test_groups().

Add groups field to single_input_all_cols.out

Add Groups field to parameter_list.out
This changes the order of the ColumnSettings enumeration.
@andravin
Copy link
Contributor Author

andravin commented Nov 1, 2024

I added a test for the GROUPS column and fixed the existing tests.

There are two commits. The first one just adds the GROUPS column to the end of the ColumnSettings enumeration, causing the GROUPS column to be last in the printed output.

I thought this looked wrong, so I made a second commit that inserts the GROUPS column after the KERNEL_SIZE column.

@TylerYep TylerYep merged commit 29166cc into TylerYep:main Nov 1, 2024
30 checks passed
@TylerYep
Copy link
Owner

TylerYep commented Nov 1, 2024

Thanks! Great work here

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.

Add the "groups" column to show number of channel groups.
3 participants