nir_log
@@ -70,6 +70,12 @@ host=kwargs.get('host', None) print("Demo analysis") print("Analysis on host "+host['name']+" for run "+run.Dir.fullpath()+" completed") print("here comes info on the run variable:") print(run) print("here comes info on the host variable:") print(host) print("here comes info on the args variable:") print(kwargs.get('args',None)) def plothbar(run, **kwargs): import matplotlib.pyplot as plt