src.log_mod¶
Logger class module
Undocumented. It should be replaced by a proper logging method that
uses native python’s logging module.
If the logging is too obnoxious, it is always possible to delete all calls to the logger in the solver and the solver should works just fine.
Module Contents¶
Classes¶
-
class
src.log_mod.logger¶ -
status(self, sect, *args)¶
-
printing(self, text, *args, init='', end='\n')¶
-
time_string(self)¶
-
save_variables(self, current_measure, num_iter, subfilename='', other=None)¶
-
plotitty(self, data, filename, log=False, start_iter=0, title=None)¶
-
generate_plots(self)¶
-
store_parameters(self, T, sampling_method, sampling_method_arguments)¶
-
log_config(self, filename)¶
-