Skip to content
Snippets Groups Projects
Commit caef42ff authored by Peters, Wouter's avatar Peters, Wouter
Browse files

changed printing of line to logging of line

parent 9cfa92b2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
import sys
import os
import logging
dummy = sys.path.append(os.getcwd())
#################################################################################################
......@@ -55,10 +56,9 @@ Optimizer = CtOptimizer()
################### ENTER THE PIPELINE WITH THE OBJECTS PASSED BY THE USER ###############
##########################################################################################
from da.tools.pipeline import header,footer
print "\n ********************************************************************************************************"
print " *************************************** Entering Pipeline ******************************************"
print " ********************************************************************************************************\n"
msg = header+"Entering Pipeline "+footer ; logging.info(msg)
EnsembleSmootherPipeline(DaCycle,PlatForm, DaSystem, Samples,StateVector,ObsOperator,Optimizer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment