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 useful repr for Configure #159

Open
wtbarnes opened this issue Apr 8, 2023 · 2 comments
Open

Add useful repr for Configure #159

wtbarnes opened this issue Apr 8, 2023 · 2 comments
Labels

Comments

@wtbarnes
Copy link
Member

wtbarnes commented Apr 8, 2023

Looking at the config parameters as just a dictionary is often difficult because it is so long. It would be useful to add a string repr to the Configure object that displays the configuration dictionary in nice format. For example, this could be a set of separate tables, one for each section of the configuration. This could be done with astropy.table or pandas.

@wtbarnes wtbarnes added the config label Apr 8, 2023
@sjbradshaw
Copy link

sjbradshaw commented Apr 8, 2023 via email

@wtbarnes
Copy link
Member Author

wtbarnes commented Apr 8, 2023

Yes, I've found that the HYDRAD configuration options evolve slowly enough that keeping pace with the changes has not been an issue.

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

No branches or pull requests

2 participants