You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some methods are excessively verbose (msh.clean) for example.
perhaps we could handle this in a more consistent way with more controls. For example introducing a verbose kwarg to all methods that is either true or false and false will silence all output while true is left for debugging and advanced use cases.
Often warning messages become lost in the sea of text and it’s simply messy.
The text was updated successfully, but these errors were encountered:
Could we add a m.messages field to show what operations have been performed on it and any notes.
e.g.,
msh.interp() method was performed on 2030/12/12 12:00 UTC with the following input options: filename = GEBCO, CA = 1, ...
msh.bound_courant_number() method was performed on 2030/12/12 12:05 UTC with the following input options: dt = 2, cr_max = 1, .... Important note: boundary conditions were deleted during this step.
some methods are excessively verbose (msh.clean) for example.
perhaps we could handle this in a more consistent way with more controls. For example introducing a verbose kwarg to all methods that is either true or false and false will silence all output while true is left for debugging and advanced use cases.
Often warning messages become lost in the sea of text and it’s simply messy.
The text was updated successfully, but these errors were encountered: