diff --git a/examples/examples_run_binary.py b/examples/examples_run_binary.py index 96f383230ec58e5fb1f10196b4f32e2fd73090ef..b7ffef5c5416aa3e82d9fa4aa58b17f060fa834b 100644 --- a/examples/examples_run_binary.py +++ b/examples/examples_run_binary.py @@ -110,7 +110,7 @@ def run_example_binary_with_custom_logging(): # Do whatever you like with the dataframe. print(df) -run_example_binary_with_custom_logging() +# run_example_binary_with_custom_logging() def run_example_binary_with_writing_logfile(): """ @@ -141,4 +141,4 @@ def run_example_binary_with_writing_logfile(): # Some routine to plot. -# run_example_binary_with_writing_logfile() \ No newline at end of file +# run_example_binary_with_writing_logfile()