We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the new logging capabilities, the parameters
[Output] verbose save_txt
will be obsolte, as well as the FileManager for outputting the history of the optimization with the save_txt parameter. These should be removed.
Additionally, most of the places where a "verbose" parameter is used to control the output, this should be replaced by logging.
The text was updated successfully, but these errors were encountered:
Configuration Parameters that are deprecated
Section StateSystem
StateSystem
picard_verbose
newton_verbose
Section Output
Output
verbose
Function paramters that are deprecated
cashocs.nonlinear_solvers.newton_solve
cashocs.nonlinear_solvers.picard_iteration
cashocs.space_mapping.solve
save_history
These parts should be accessed as part of the logging module
cashocs.set_log_level
cashocs.log.set_log_level
cashocs.LogLevel.INFO
cashocs.log.INFO
Sorry, something went wrong.
sblauth
No branches or pull requests
With the new logging capabilities, the parameters
[Output]
verbose
save_txt
will be obsolte, as well as the FileManager for outputting the history of the optimization with the save_txt parameter. These should be removed.
Additionally, most of the places where a "verbose" parameter is used to control the output, this should be replaced by logging.
The text was updated successfully, but these errors were encountered: