Add test for analyse_and_plot

This commit is contained in:
Matthias
2019-08-22 16:43:28 +02:00
parent 99b2be90fd
commit 29076acc69
2 changed files with 30 additions and 1 deletions

View File

@@ -353,4 +353,4 @@ def analyse_and_plot_pairs(config: Dict[str, Any]):
store_plot_file(fig, filename=generate_plot_filename(pair, config['ticker_interval']),
directory=config['user_data_dir'] / "plot")
logger.info('End of ploting process %s plots generated', pair_counter)
logger.info('End of plotting process. %s plots generated', pair_counter)