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

Move all print statements to execute() #434

Open
icui opened this issue Jan 24, 2025 · 1 comment
Open

Move all print statements to execute() #434

icui opened this issue Jan 24, 2025 · 1 comment

Comments

@icui
Copy link
Collaborator

icui commented Jan 24, 2025

Right now some print statements are called automatically by instantiate() and some are called by execute(). Moving them all to execute() makes the behavior more consistent.

  • quadrature.instantiate
  • read_mesh
Copy link
Collaborator

lsawade commented Jan 24, 2025

I think it also makes sense to implement a loggerstyle facility that prints headers, values, etc in different styles so that it’s consistent

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

No branches or pull requests

2 participants